Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 25, 2025
Topics: 61 / Replies: 1579
Reply
Reply
RE: Get Data for a Venn Diagram

Hi Robert, Yes there are a few ways to do this in PQ, check these posts out Easily Compare Multiple Tables in Power Query • My Online Training H...

4 years ago
Reply
RE: issue with Macro

Hi, When you open a workbook containing macros you should get a default warning towards the top of the screen (under the Ribbon) asking you if you ...

4 years ago
Forum
Reply
RE: Error Handling in VBA

Hi Nelly, Yes, you trap the error and log the filename as you see fit, then continue on with the next file. See these posts for instructions on er...

4 years ago
Forum
Reply
RE: Stopwatch based on cell value

Hi Scoti, This post describes how to create a stopwatch and is controlled by the value in a cell. Modifying the code should do what you want. T...

4 years ago
Forum
Reply
RE: VLookUp Copy with Formating

Hi, You haven't supplied any data so it's hard to understand what your data looks like. Please, always supply sample data and show your expecte...

4 years ago
Forum
Reply
RE: PQ - Advance filter to meet several conditions on different columns

Hi Abid, Please, always supply a file so we don't have to recreate your data. You could do this by creating a merged column then filtering out w...

4 years ago
Forum
Reply
RE: lookup not using Merge

Hi Vicky, You can use List functions rather than merging. You may need to use List.Buffer() to get the best performance. Regards Phil

4 years ago
Forum
Reply
RE: SUMMARIZE EXCEL FILE USING POWER QUERY

Hi, Have you read these posts which cover what you need to do Regards Phil

4 years ago
Forum
Reply
RE: How to create array of numbers from 1 row?

hi Jaryszek, The .. in {1..[Ports]} means include all numbers from 1 to [Ports] Further reading Power Query Lists • My Online Training Hub re...

4 years ago
Forum
Reply
RE: 1 year finance.yahoo.com stock history

Hi Ted, Use this URL period1=1595894400&period2=1627430400&interval=1d&filter=history&frequency=1d&includeAdjustedClose=true...

4 years ago
Forum
Reply
RE: Fuzzy Logic

Hi John, If the UPC column is text then I don't know why PQ is complaining that it isn't. Can you supply a file? Regards Phil

4 years ago
Forum
Reply
RE: Create Conditional Column Using Lookup Table

Hi Tony, You can use List.Intersect to retrieve the make List.Intersect( { Text.Split(Text.Proper([Make and Model])," "), Makes[Make]}){0} B...

4 years ago
Forum
Reply
Page 23 / 110