Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 27, 2026
Topics: 61 / Replies: 1590
Reply
RE: Executing dos batch file from within Excel VBA.

Hi, What have you tried that doesn't work? Please supply the workbook and code. What version of Windows are you using? Regards Phil

7 years ago
Forum
Reply
RE: I want to insert the cell reference through formula within the formula

Hi Bhavesh, So what is it you actually want to do, you haven't really explained? Change $Z$54 to some other cell reference? Please supply the w...

7 years ago
Reply
RE: Color or Shade Columns

Please supply a workbook with sample data and examples of your expected outcomes, and cover all scenarios. Thanks Phil

7 years ago
Reply
RE: Tax Calculation formula help

No worries - see attached. P

7 years ago
Reply
RE: Tax Calculation formula help

Hi Candid, try this attachment. The values for the bands (1M, 20M etc) are hardcoded into the formulae. So you should replace these with cell r...

7 years ago
Reply
RE: Tax Calculation formula help

Hi Candid, This is why it's always best to include a workbook and several examples of the desired outcomes. So to make sure we are clear, do you...

7 years ago
Reply
RE: Tax Calculation formula help

Hi Candid You should read about nested IF statements =IF(A2<=1000000,0.055,IF(A2<=20000000,0.03,IF(A2<=30000000,0.025,0.01))) Work...

7 years ago
Reply
RE: Keeping formula in changed cell

Hi Andi, Not sure how you can change a cell, but at the same time not change the cell. Why do you want to do this? If you can explain your inten...

7 years ago
Forum
Reply
RE: Data Validation Formula for EXACT TEXT, CAPITAL LETTERS no spaces before or after

Your data validation formula could be =EXACT(B2,VLOOKUP(B2,E2:E6,1)) with the cell you are typing into being B2 and the permitted list of inputs...

7 years ago
Reply
RE: Meeting issue at Relationships 6.02

Chen, There's no attachment. Phil

7 years ago
Forum
Reply
RE: In Hyperlink formula in location, the folder name to be taken from a cell side by it

Try =HYPERLINK("F:Study Material"&C3&"2017" & A3 & ".docx",A3)

7 years ago
Reply
RE: Get an image link with the vba from a web page

Hi Maurizio, Your code is looking for elements with the HTML class name "sunny" but I don't see anything on the page that has that class name. The ...

7 years ago
Forum
Reply
RE: Trouble with Count If formula

Please supply the workbook so we don't have to key in the data and recreate everything. If I enter your COUNTIFS formula into the Units column I ge...

7 years ago
Reply
RE: Barcode 128 Excel

Hi Luke, I have no problem with that string either. You haven't supplied the XLSM that generates the codes though so it's impossible to check wh...

7 years ago
Page 93 / 111
0