Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 15, 2025
Topics: 61 / Replies: 1581
Reply
RE: VLookup & Match

Hi Nicko, No file is attached. Regards Phil

6 years ago
Forum
Reply
RE: Index - not working

Hi Angela, Have you read the article on implicit intersection that Mynda linked to? Because you are not specifying a column for INDEX to use in ...

6 years ago
Reply
RE: HELP Keep getting error message

Hi Chenise, As I said in the Helpldesk ticket you raised, we won't do your assignment for you but you are welcome to browse through our site which ...

6 years ago
Reply
RE: Previous Business Day Exclude Weekends and Bank Holidays

Hi SC, Just use the formula I typed out above. See attached for examples in the worksheet and in VBA. regards Phil

6 years ago
Forum
Reply
RE: Previous Business Day Exclude Weekends and Bank Holidays

Hi SC, You need at least Excel 2007 to use the WORKDAY function I'm afraid. Can you not get that? Phil

6 years ago
Forum
Reply
RE: Previous Business Day Exclude Weekends and Bank Holidays

Hi SC, If your named range is Holidays then using the code I wrote should work. The sheet name doesn't matter. Please attach your workbook so I...

6 years ago
Forum
Reply
RE: Previous Business Day Exclude Weekends and Bank Holidays

Hi Sharmita, You can use this =WorksheetFunction.WorkDay(Now(), -1, Range("Holidays")) where Holidays is a named range containing the date...

6 years ago
Forum
Reply
RE: Copy all worksheets in one

Hi Bill, No workbook attached. Regards Phil

6 years ago
Forum
Reply
RE: Macro for File save base on today

Hi David, I've just seen your 2nd post. Perhaps the issue is that the other workbook is a .xlsm file? Again, without the exact error message it...

6 years ago
Forum
Reply
RE: Macro for File save base on today

Hi David, How exactly does it not work? If you are getting an error you need to tell us what it is. When I try this code it works fine, with so...

6 years ago
Forum
Reply
RE: Table Auto Insert New Row with Formula After Hit Enter

Hi Mariya, You could use events to trigger some VBA to insert a row in the table, but I don't know how your barcode scanning works. The event will...

6 years ago
Forum
Reply
RE: Excel Vba

Hi, Do you mean the message states 'The file is locked for editing by another user'? A screenshot would be useful. Who is the other user? Ar...

6 years ago
Forum
Reply
RE: IF AND Function for 4 outcomes

Hi Robert, The 2nd and 4th conditions are No in both El Docs and UA, so how do we distinguish the difference between them to know that one has a fe...

6 years ago
Reply
RE: Test existence of any number in input string

Hi Kevin, I'm not sure what isn't working for you. Doing as Catalin suggests works fine for me e.g. If TestString Like "*#*" Then Debug.Print...

6 years ago
Forum
Reply
RE: Materials for PowerBI

Hi Don, There's a link at the top of this page to download the course files Phil

6 years ago
Forum
Page 86 / 110