Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 11, 2025
Topics: 61 / Replies: 1581
Reply
RE: VBA to connect all pivot tables to slicers

Good job. Thanks for letting us know.

5 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

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

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

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

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

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

5 years ago
Forum
Reply
RE: conditional moving selected rows by date criteria to a report sheet

No worries Pat. Learning VBA can put years on you 🙂

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

Hi Marsil, That is a Microsoft Exchange user. Are you connected to Exchange? Phil

5 years ago
Forum
Reply
RE: conditional moving selected rows by date criteria to a report sheet

Hi Pat, There's a few things there that need fixing up. You have an IF statement with lots of OR conditions and these conditions are carried ove...

5 years ago
Forum
Reply
RE: Extract Emails from OST File

Hi David, You check from the account setup in Outlook. It'll depend on your version of Outlook but it'll be something like File -> Account Sett...

5 years ago
Forum
Reply
RE: Multi-ComboBox select in orders doesnt import location QTY into textbox

Hi Steve, In Private Sub Arow5_Change() you can use Me.Arow6.Value = Arow5.List(Arow5.Value, 1) Regards Phil

5 years ago
Forum
Reply
RE: Extract Emails from OST File

Hi David, There seems to be some confusion which isn't helped by you not answering my questions. The code I've written is to read emails from a ...

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

Hi Marsil, Try this. regards Phil

5 years ago
Forum
Page 61 / 110