Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
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. ...

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

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

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

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

6 years ago
Forum
Topic
Forum
Replies: 5
Views: 871
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

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

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

6 years ago
Forum
Reply
RE: Variables do not work in RemoveDuplicates Method

Hi Bob, I don't think you are using RemoveDuplicates correctly- did you read the link i posted? RemoveDuplicates removes duplicates from a range...

6 years ago
Forum
Reply
RE: Renaming column when source data changes

Hi Bax, You can rename the column by referencing its position rather than its name #"Renamed Columns" = Table.RenameColumns(#"Promoted Headers"...

6 years ago
Forum
Reply
RE: Transforming data from PDF

Hi Francis, Please see attached. This query is fragile in that slight changes to the structure of the PDF will break it, but for the example you p...

6 years ago
Forum
Reply
RE: Variables do not work in RemoveDuplicates Method

That said, the Columns array you supply to RemoveDuplicates is a list of the column numbers that contain duplicates so if email is 200 then Exc...

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

Hi Bob, Debug.Print prints information to the Immediate Window in the VBA Editor/Debugger. So Debug.Print Range("A1").DisplayFormat.Interior.Color...

6 years ago
Forum
Reply
RE: Variables do not work in RemoveDuplicates Method

no worries Bob - no file attached though. Did you click on the orange 'Start Upload' button?

6 years ago
Forum
Reply
RE: RunningTotals for Sub-category without using Function

Hi Chris, I'd use a custom function to create a running total. But that aside, your question was actually can you group by field get Index for e...

6 years ago
Forum
Page 43 / 110
0