Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 27, 2025
Topics: 61 / Replies: 1580
Reply
RE: searching for text string - faster way

Hi, Have you read and tried the code from these posts You haven't said how you want the results to look so I've produced a table with the st...

5 years ago
Forum
Reply
RE: How to remove #N/A from cell if I am using an array formula and can not use IFERROR function

Hi, Please attach your workbook so we can see what you are doing. Regards Phil

5 years ago
Topic
Forum
Replies: 4
Views: 209
Reply
RE: Eliminate lasts characters from field by list loop criteria

Hi Pepito, No need for loops, you can do this by splitting the column then searching the resultant list for the colors. Remove any matches, then r...

5 years ago
Forum
Reply
RE: How to create a table in Excel using VBA

Hi, You can create a table with this line where the data for the table resides in A1:F6 ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1:$F$6...

5 years ago
Forum
Reply
RE: IF, INDEX, MATCH

H Tania, You have to explicitly state a test for the IF. As it is you just have IF(D10, ... but it needs to be something like IF(D10<>"",.....

5 years ago
Reply
RE: How to pass an Excel test as part of the interview process? HELP!

Hi Akeri, There re no shortcuts, if you need to know something then you need to learn it. Please look at our list of courses You can start ...

5 years ago
Reply
RE: XLOOKUP: Issue with IF statement and XLOOKUP

Hi Doug, Can you please supply your workbooks so we don't have to recreate everything. The IF in your 2nd image doesn't have any logical test? ...

5 years ago
Reply
RE: Reverse Running Total (cumulative YTD values) to monthly values (Oct. = New FY) in P

Thanks Dennis. I've modified the function to reset in October - see attached. Regards Phil

5 years ago
Forum
Reply
RE: Date format issue

Hi Shardul, Excel will display dates in whatever your regional settings define. So if your regional settings use m/d/y then that is what you are g...

5 years ago
Topic
5 years ago
Forum
Replies: 1
Views: 417
Reply
RE: How to access JSON with API-key through protected website

Hi Guy, There's no image attached. Have you read these blog posts : Getting Started with API's in Power Query Connecting to an OAuth API ...

5 years ago
Forum
Reply
RE: Reverse Running Total (cumulative YTD values) to monthly values (Oct. = New FY) in P

Hi Dennis, Please see attached file. This works out the monthly change based on the Account Number and the Customer. I'm not sure that Row 20 i...

5 years ago
Forum
Reply
Page 30 / 110