Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 18, 2025
Topics: 61 / Replies: 1579
Reply
RE: Quadrant Map

Hi, Your qs has remained without a response for a few reasons: What you are asking for isn't actually a quadrant map. Quadrant maps have 4 se...

2 years ago
Reply
RE: Code to hide row not working

Hi, The syntax is not valid. What are you trying to do with that code? As an example, this line will hide Row 1 Range("A1").EntireRow.Hidden...

2 years ago
Forum
Reply
RE: Importing Specific Rows and Columns from PDF

Hi Nick, No file attached. You have to click the Start Upload button after selecting the file, then wait for it to upload. Phil

2 years ago
Forum
Reply
RE: Expression.Error: We cannot convert a value of type Record to type Number.

You're welcome Greg, glad to be able to help. regards Phil

2 years ago
Forum
Reply
RE: Expression.Error: We cannot convert a value of type Record to type Number.

Hi Greg, The syntax of Record.Field around the API call wasn't right. The "price" field name was in the wrong place. This works = Record.Fie...

2 years ago
Forum
Reply
RE: Expression.Error: We cannot convert a value of type Record to type Number.

Hi Greg, It's hard to help because I don't have the file and code that you are using. Can you make a copy of the file, change the API credentials ...

2 years ago
Forum
Reply
RE: XLookup Returning NA Error

Hi Tina, There's no file attached with data to test this on so hard to say. If I use that formula in an empty workbook, that has a sheet called ...

2 years ago
Reply
2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Hi Alan, So the end result would look like this? Description Amount SumColumn 1001 150 600 1001 200 600 1001 250 60...

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

You're welcome. Phil

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Hi Serghei, Try this in a new column List.Sum(let _Acc = [Account] in Table.SelectRows(#"Changed Type", each [Description] = _Acc)[Amount]) S...

2 years ago
Forum
Reply
RE: Count Number for each month and year

Hi Paul, No file atatched. regards Phil

2 years ago
Reply
RE: Sort list dynamically but starting from today

This article explains the new Array Shaping Functions Regards Phil

2 years ago
Reply
RE: Create a list of decimal numbers between values in two columns

Hi Alan, See attached file. When I was doing this I was getting a problem (bug?) with List.Numbers. The idea is to create a list of x numbers w...

2 years ago
Forum
Reply
RE: Find which digits are used in 10 digit numbers and count which number is used how many times in Excel

Hi Rahul, You can do this in Power Query with this code which you'll find in the attached file. NOTE the column containing the 'numbers' must be t...

2 years ago
Page 7 / 110