Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 29, 2025
Topics: 61 / Replies: 1580
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...

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

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

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

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

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

5 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

5 years ago
Reply
RE: Assign Unique Numbers or IDs

Hi, All posts from non-course members are moderated. We don't sit in front of our PC's all day, so sometimes approving posts takes a few hours. ...

5 years ago
Reply
RE: Power Query M for Horizontal List

Hi Robert, This might sound odd, but why would you want to do that? It breaks the ideal tabular data format. You should have dates in a single co...

5 years ago
Forum
Reply
RE: Transform XLSX File Export from Oracle ERP

Hi Mohamed, I'll need to see the text file(s) and an example of what you want the resulting table to look like. Without these I can't write a quer...

5 years ago
Forum
Reply
RE: Opening a sheet with cell reference through VBA

Hi, Try this Workbooks.Open Range("A1").Value & ".xlsx" Regards Phil

5 years ago
Forum
Topic
Forum
Replies: 5
Views: 311
Reply
RE: Power query creating duplicate rows after merging. The duplicate rows double each time I refresh the data.

Hi Stan, Please supply your workbook and query, and some source data. Phil

5 years ago
Forum
Reply
RE: Identify cell color from conditional formatting

Hi Bob, Please attach your file for me to check. Thanks Phil

5 years ago
Forum
Page 42 / 110