Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 11, 2026
Topics: 61 / Replies: 1588
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
Reply
RE: A Sent Status of Email

Well, if you don't send the email using VBA then you can't test if it has been sent. If you just display it, and then rely on you clicking on SEND ...

7 years ago
Forum
Reply
RE: Function to use when you want to choose values from a table

Hi Stefi, If there's some relationship or way to identify what you want to sum then you can do this. But looking at the examples in your workboo...

7 years ago
Page 93 / 110
0