Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: How to solve little issue with slicer?

Hi Frans, If you've deleted some data from the source, that data can still be displayed unless you tell the PT / Slicer not to display it, even if ...

6 years ago
Reply
Reply
RE: TURNING HIGHLIGHTED SQUARES ON/OFF

Hi Wansley, You have code in the workbook which is not mine: Private Sub Workbook_Open() If GetCodeSetting("CodeSetting") = False Then Exi...

6 years ago
Forum
Reply
RE: Blood pressure to salt intake

Hi David, I'm not sure that the data is misleading, the values are what they are. When your wife asks for the numbers to be 'closer together' what ...

6 years ago
Reply
RE: Send Emails Based on Changing Cell Values

So if you are overwriting the data every time you take a report from SAP, there is no way to know what emails have been sent, with the current code. ...

6 years ago
Forum
Reply
RE: Conversion of table by using power query

Hi JP, Power Query isn't really the tool for this. This is an optimization problem you should do in Excel. It's not clear if this is a one off ...

6 years ago
Forum
Reply
RE: Send Emails Based on Changing Cell Values

Hi Mido, The code will send an email when the value in Col E is >= 180. When an email is sent the code will enter the date the email was sent...

6 years ago
Forum
Reply
RE: Extract Email Address from Outlook messages

No worries Marsil. To get the email address for the sender change Range("A1").Offset(i, 0).Value = Email.SenderName to Range("A1").Offset(...

6 years ago
Forum
Reply
RE: Send Emails Based on Changing Cell Values

Hi Mido, The attached file will send emails based on the criteria you stated. There needs to be some way for the code to be started so it is pla...

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Alternative to ISNUMBER in Power Query

Hi Bunmi, You can check the type of a value using Value.Type like so if Value.Type() = type number then Text.End(Text.From(),5) else Text.Start(...

6 years ago
Forum
Reply
RE: XLOOKUP - if_not_found isn't working

Hi Ashley, As the email address is being found, XLOOKUP will return something, so specifying "" for if_not_found is not applicable in such cases as...

6 years ago
Reply
RE: Converting raw data file with blanks to usable format for reporting

Hi Cindy, Sounds like your BI dept are causing you a lot of headaches 🙁 Sorry to ask more questions but the key here is to get raw data in a st...

6 years ago
Reply
RE: XLOOKUP - if_not_found isn't working

Hi Ashley, On row 2 you are looking up [email protected] and this is found in ColA of the Opt Outs sheet. So XLOOKUP is returning what it finds in the c...

6 years ago
Reply
RE: Matrix from table?

Hi Allyn, You could force a Treemap to do something resembling what you want, but it's temperamental and not really designed for this. The other...

6 years ago
Page 60 / 110
0