Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: VBA Filter If Criteria is Matched Filter If not Select Blank

Hi Richard, You can trap the error that is generated when you try to set the filter to a value that isn't in the source data. When this occurs you...

6 years ago
Forum
Reply
RE: VBA Filter If Criteria is Matched Filter If not Select Blank

Hi Richard, I'm still unsure as to where the values for the filter are coming from, specifically for companies that aren't in your source data. ...

6 years ago
Forum
Reply
RE: VBA Filter If Criteria is Matched Filter If not Select Blank

Thanks Richard. So what you are saying is that if you have a company '200' that isn't in the source data, you want the pivot table to set the filter ...

6 years ago
Forum
Reply
RE: VBA Filter If Criteria is Matched Filter If not Select Blank

Hi Richard, no file attached. A video showing how to attach a file can be found here Regards Phil

6 years ago
Forum
Reply
RE: Date Range based on a specific Status

Hi Leanne, No file attached 🙁 You need to click on the upload button Regards Phil

6 years ago
Reply
RE: VBA Filter If Criteria is Matched Filter If not Select Blank

Hi Richard, There's not enough info here for me to understand what you are trying to do. If you want to filter a pivot table to only show 100 th...

6 years ago
Forum
Reply
RE: Power Query M for Horizontal List

Hi Robb, With detective work! 🙂 The first thing I did was create a table showing me the errors. You can do this by clicking on the number of ...

6 years ago
Forum
Reply
RE: Excel Nested if condition

Hi Karthink, Please refer to Forum Rules and Guidelines This looks like a homework question. Whilst we are happy to help you if you are stuck, w...

6 years ago
Reply
RE: Should I use vlookup/if function to sum up

Hi Poh, I'd probably use SUMPRODUCT but I don't clearly understand your question. What is it you want to sum, the Amount? If so, how does F c...

6 years ago
Reply
RE: Dynamically expand and change column types when new records added

Hi Chris, It will be much easier, and new rows added to your source table will be automatically included in the final report, if you create a pivot...

6 years ago
Forum
Reply
RE: Error in VBA Creating Multi-Select Drop Down List

Hi Oscar, Just change the IF statement in the Worksheet_Change event If (Not Intersect(Target, ActiveSheet.Range("DV_Range")) Is Nothing) Or (No...

6 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

Hi Chris, the output table in the workbook isn't in a tabular format so it's not in a layout that can easily be used with pivot tables etc. The ...

6 years ago
Forum
Reply
RE: Power Query M for Horizontal List

Hi Robb, Your PT will only display the data you feed into it. So if you want to show all dates in a month, you need to have all those dates in the...

6 years ago
Forum
Reply
RE: Create multiple PDF's from Power Query Results

Hi Christine, This post has code that creates PDF's VBA to Create PDF from Worksheet and this one has code to automate Pivot Tables VBA to...

6 years ago
Forum
Reply
RE: Find and Replace _ using additional characters

Hi, The 3rd word in your list is cats and ~c?t matches the cat part, so replacing cat with cass you get casss cats casss Regards Phil

6 years ago
Page 42 / 110
0