Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 11, 2025
Topics: 61 / Replies: 1581
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(...

5 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...

5 years ago
Forum
Reply
5 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(...

5 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...

5 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...

5 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...

5 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...

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

Hi Cindy, Where does the raw data come from? You say a file, so it's not in Excel to start with? What generates the file? Is it always in this...

5 years ago
Reply
RE: Extract Email Address from Outlook messages

Hi Marsil, Please see the attached file which is based on some code from I can't really test this for you as I am not connected to your Exchang...

5 years ago
Forum
Reply
RE: Cell Ref Tab name instead of Direct Tab ref?

Hi Stephan, You could wrap the function that produces a 0 in an IF and display an empty string =IF(MIN(IF(A7<=$BG$2,IF(AL7:AO7>0,AL7:AO7,"...

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

Hi Mido, Welcome to the forum. On the face of it this looks like something I can help with but I'm missing some important information. Please...

5 years ago
Forum
Reply
RE: New value based on what previous column value starts with...

Hi Amar, Yes Power Query is a fantastic tool but for this problem you don't need to use it. You can achieve what you want with functions : =IFE...

5 years ago
Forum
Reply
RE: Macro to unhide rows

Hi Nicole, You could try the attached code which works for the 4 sections you currently have in the document. If the maximum number of tables unde...

5 years ago
Forum
Reply
RE: problem with Show Report Filter Pages for Power Pivot PivotTables

Hi, I took your source data table and copied it to another sheet called New Data. I removed blank columns. In the source data table I added a new...

5 years ago
Forum
Page 60 / 110