Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 22, 2025
Topics: 61 / Replies: 1579
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, I would merge the Office and GuestRole columns; select them both then right click one of the column headers and click on Merge Columns ...

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

Hi Simon, You say measure so you are talking about the result of a DAX calculation? There's no way to refer to the measure from inside the PQ ed...

3 years ago
Forum
Reply
RE: Creat user define function

Hi Vasim, If you change tolerances then you need to change the values in the lookup table that looks up the tolerance and the corresponding value (...

3 years ago
Forum
Reply
RE: When will the sum of 2 fields be >= 90 if they increase by 1 every year?

Hi Kathi, You can work out how many years until a person reaches 90 with this formula =IF((90-(B3+C3))<0,0,ROUNDUP((90-(B3+C3))/2,0)) ...

3 years ago
Reply
RE: Creat user define function

Hi Vasim, No need for VBA, you can replace your IF statements with a lookup =VLOOKUP(ABS(I6),$Q$4:$R$9,2,TRUE) See attached file for my solut...

3 years ago
Forum
Reply
RE: Creat user define function

Hi Vasim, Please state what it is that you want as a result. Please provide a workbook with code. An image isn't a huge amount of use if it m...

3 years ago
Forum
Reply
RE: Data transformation spell checking words in middle of concatenated string?

Hi Ian, Have you got an actual Excel file? That image is small and I can't read it to understand what the issue is or the results you want. You...

3 years ago
Reply
RE: Data transformation spell checking words in middle of concatenated string?

Hi Ian, No file is attached. You have to click Start Upload after selecting the file(s). Please supply an example of the result you are after, ...

3 years ago
Reply
RE: Mail function with attachments

Hi Susy, You can use .Attachments.Add Range("A1") where A1 contains the full path to the file. This post explains in further detail Create PD...

3 years ago
Reply
RE: Data Format Error: There were more columns in the result than expected.

Hi Sunny, You can get this error when your source file has more columns in it than there were originally when the first import was done and the hel...

3 years ago
Forum
Reply
RE: Trouble building multiple if formula for tracking shipments

Hi David, See attached workbook for the formula. Writing something like this is a bit of a nightmare because Excel's formula editor is pretty rubb...

3 years ago
Reply
RE: COLOR WISE TOTAL

Hi Saliha, Check out this post, it may be useful for you Count, Sum and Average Colored Cells Regards Phil

3 years ago
Reply
RE: Upload multiple files in separate column

Hi Jep, Nothing is attached. After selecting your file(s) you need to click on the upload button to actually upload them to the website regar...

3 years ago
Forum
Reply
RE: Help for a newbie please - Excel Power Query

Hi Carla, Please provide a sample file and show an example of the result you are looking for. Regards Phil

3 years ago
Forum
Page 15 / 110