Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 15, 2025
Topics: 61 / Replies: 1581
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

Hi Hans, I couldn't execute your code as-is because it's not complete - I don't have the variables you are using set to any values. But if I jus...

6 years ago
Reply
RE: return a value of Function and use it in macro

Hi Dorsa, You start working out the factorial using an uninitialized variable 'Factorial' which has a default value of 0. So your function result ...

6 years ago
Forum
Reply
RE: Custom Column Formula

Hi Aye, I'm sorry but we have to impose some restriction on the size of files uploaded to the site. We don't have unlimited storage space. You ...

6 years ago
Forum
Reply
RE: Insert an image into a userform taken from a link

Hi Maurizio, Firstly, please don't tun off error handling with ON ERROR RESUME NEXT without using your own error handlers. I think I've mentioned t...

6 years ago
Forum
Reply
RE: Difference between substitute and Replace function in excel

Hi Mehdi, SUBSTITUTE allows you to: 1.Replace all occurrences of a substring in a string 2. Replace a particular instance of a substring wit...

6 years ago
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

6 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...

6 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

6 years ago
Reply
RE: Tax Calculation formula help

No worries - see attached. P

6 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...

6 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...

6 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...

6 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...

6 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...

6 years ago
Page 92 / 110