Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 29, 2025
Topics: 61 / Replies: 1580
Reply
RE: Track Total # of Value Changes in a Cell

Hi Patrick, Your formula in Col I was referencing itself - you should have been given warnings by Excel about 'circular references' when you opened...

5 years ago
Forum
Reply
RE: Computer Specs of PQ / P.Pivot & Heavy Lifting.

Hi Nawaf, PC specs are only part of the story. Performance in PP and PQ will be affected by things like: A poorly designed data model Writin...

5 years ago
Forum
Reply
RE: Can we have one step M code to extract Text Before delimiter with multiple delimiter in Power Query

Hi Chris, You could nest them inside each other but that'd be very ugly! Try this = Table.SplitColumn(#"Trimmed Text", "String", Splitter.Sp...

5 years ago
Forum
Reply
RE: CHANGE DATE FORMAT FROM USA TO UK

Hi Dave, If you're getting this data from the web then you should try using Power Query to get it. But with the data supplied already in Excel, th...

5 years ago
Reply
RE: Formula Help for Duplicate Count in 2 Columns

Hi Gokhan, No file is attached to your reply. Did you try my file? Regards Phil

5 years ago
Reply
RE: Formula Help for Duplicate Count in 2 Columns

Hi, This can be done in a Power Pivot Pivot Table. Have you got PP? What version of Excel do you have? See attached for solution, and this post...

5 years ago
Reply
RE: Update SQL table

Nearly forgot to mention that you will need to make a change to the PQ Options otherwise every time the query runs PQ will ask you to give permission ...

5 years ago
Forum
Reply
RE: Update SQL table

Hi Brian, I can't write a SQL UPDATE without knowing things like your table and column names so here's some code that works on the AdventureWorks s...

5 years ago
Forum
Reply
RE: Extract from Google Drive

Hi Bruno, You can access the file in PQ using a From Web query and the URL to the file PQ will see it as an XLSX file and show you the 4 table...

5 years ago
Forum
Reply
RE: Running Excel Forms VBA Code in separate sheet

Hi, This line Set ExpenseTable = ThisWorkbook.Worksheets("ExpenseData").ListObjects("Expenses") had curly quotes like this “” around Ex...

5 years ago
Forum
Reply
RE: Edate - making error blank

Hi Sue, wrap it in IFERROR e.g. =IFERROR(EDATE(C34,35),"") Regards Phil

5 years ago
Reply
RE: How to check the VBA code for Excel Chart?

Hi, Are you asking how to find out the chart type for all charts on the active sheet? Change the For Each loop to this For Each ChtObj In ...

5 years ago
Forum
Reply
RE: Running Excel Forms VBA Code in separate sheet

Hi Please attach your workbook with the code that is generating the error. Phil

5 years ago
Forum
Page 39 / 110