Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
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...

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

6 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,"...

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

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

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

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

6 years ago
Forum
Reply
RE: VBA to connect all pivot tables to slicers

Good job. Thanks for letting us know.

6 years ago
Forum
Reply
RE: Conditionally Copy and paste between csv file & xls

Hi Sholtan, Please post the solution so that others may learn. regards Phil

6 years ago
Forum
Reply
RE: Power BI and Excel

Hi David, Yes they can. In fact you really need to know Power Query and Power Pivot to get the most out of Power BI. You can find out more from...

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

Hi Stephan, The answers are: 1. Complete the IF statement by providing an answer if false, which is just an empty string "", so in C7 =IF(A7&...

6 years ago
Reply
RE: I want to choose the cheapest supplier name from the table

Hi Moutaz, The best layout is a tabular format where there is a column for every type of data or 'thing to be measured' and a row for each record o...

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

Hi Stephan, You can use INDIRECT to reference the year in Column A, for example in D6 you could have =INDIRECT(TEXT(A6,"yyyy")&"!$V$32") ...

6 years ago
Reply
RE: Sum Multiple Columns by Matching Rows in First Column

Hi Adam, Please see attached and compare to your solution. After unpivoting the date columns, I've grouped by Country and Date to give the final...

6 years ago
Forum
Page 61 / 110
0