Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 22, 2025
Topics: 61 / Replies: 1579
Reply
RE: Update the below table using data from data tab1. The data should change dynamically when the date range is changed

Hi Arun, Sorry we don't do homework/assignments for people. We encourage you to learn to solve the problems yourself. Looks like you'll need to u...

3 years ago
Reply
RE: How to split address text string into separate parts

Hi Patrick, You can get the first part of the address with this =IF(IFERROR(SEARCH(" Ste ",C2),0)>0,LEFT(C2,LEN(C2)-(LEN(C2)-SEARCH(" Ste ",C...

3 years ago
Reply
Reply
RE: Problem with multiple-select Drop down list

OK I think I know what you mean. The code you've entered is interfering with my code that checks the selection from the validation list. You just ...

3 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tamara, Running the code in the last file you provided does not generate any errors. Could you please describe in detail exactly what it is y...

3 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tamara, You need to add a 'trap' to check for the cell that is being changed. As you want to check the value in C6 when it is changed, you need...

3 years ago
Forum
Reply
RE: How to reference a measure in M

No worries Simon. When you start using PQ a lot you see how awesome it is, it'll change your life. regards Phil

3 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tammy, I'm not sure what you mean by i got some problems the first one is: when i use codes for another thing Can you provide the file you ar...

3 years ago
Forum
Reply
RE: Is a cookie pop-up the problem?

Hi Simon, The webpage appears to have changed since you wrote that query. Some column names have changed e.g. Wins instead of Win Runs, and some c...

3 years ago
Forum
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, It's because you're using Replacer.ReplaceText. So PQ is only looking to replace text, null is not text. If you use Replace.ReplaceV...

3 years ago
Forum
Reply
RE: Combine Duplicates and Sum the result

Hi Colin, When you have a duplicate in the Selection column, how do you decide which to keep? I can't see any logic to how this is chosen. If you...

3 years ago
Forum
Reply
RE: 13 months roll sorting in graphs

Hi Emmanuelle, Are those dates actually stored as dates? Or are they text? If they are not stored as dates then they won't sort correctly. R...

3 years ago
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, I misunderstood. You can use this to replace null values but you end up with xxx instead which still needs to be dealt with. Not sure ...

3 years ago
Forum
Page 14 / 110