Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Jun 23, 2026
Topics: 0 / Replies: 4786
Reply
RE: Searching columns by different formats of name (unequal Columns, Reference Column is way bigger than search Columns)

Hi Anand, Welcome to our forum! Assuming your table starts in cell A1, you can use this formula: =IFERROR(MATCH(A2,$B$1:$B$17,0),"Not availab...

7 years ago
Reply
RE: Save Query and apply to next day file import

Hi Mark, I'm having trouble following the scenario. If you want to re-use a query then you can export them to an ODC file; right-click the query in...

7 years ago
Forum
Reply
RE: Formula to select result based on Two Conditions

Your MAX formula range is incorrect. It should only include the two columns that contain the dates i.e. CG and CN It should be MAX(GC1001,CN1001) n...

7 years ago
Reply
RE: tracking table

You can use COUNTIFS for this, but the PivotTable also gave you that information and kept the same table in sheet 2. You can just remove the 'Item' an...

7 years ago
Reply
RE: Formula to select result based on Two Conditions

Hi Saliha, Thanks for the sample file. Try this formula in cell E12: =IF(OR(B12="NYC",C12="NYC"), "NYC",IF(OR(ISNUMBER(B12),ISNUMBER(C12)),MAX(B...

7 years ago
Reply
RE: Working with TWO fact tables - filter propagation

Measures can only work if the data structure is correct and the relationship exists. If you take the Construction scenario and understand how the mode...

7 years ago
Forum
Reply
RE: tracking table

I recommend using a PivotTable for this task as formulas are high maintenance and error prone for tasks like this. It wasn't clear what you wanted ...

7 years ago
Reply
RE: Formula to select result based on Two Conditions

Hi Saliha, Welcome to our forum. Can you please provide some more information as I'm not following the pattern in your 'Result' column. Mynda

7 years ago
Reply
RE: NextMonth

Hi Mo, if this is in a calculated column based on the Date column of Table1, then: =DATE(YEAR(Table1[Date]),MONTH(Table1[Date])+1,DAY(Table1[Dat...

7 years ago
Forum
Reply
RE: Import Data - 365 or 2016 - properties greyed out

Hi Angela, You need to shift your thinking from the old Get Data process to how Power Query works. When you say 'my data is quite messy, I need to ...

7 years ago
Reply
RE: Combining Multiple Tables into One Pivot Table Using an External Connection

Hi Paul, Ok, I misunderstood because you didn't mention that you'd used Power Query to get the data initially, you just said you used an 'external ...

7 years ago
Reply
RE: Power Pivot v Power Query for multiple tables, large data sets, all in Excel

Hi Cheryl, Queries are attached to the current workbook only. If you want to get the same data in another workbook then you can copy the query across...

7 years ago
Forum
Reply
RE: Combining Multiple Tables into One Pivot Table Using an External Connection

Hi Paul, The modern way to get data form an external workbook is with Power Query. With Power Query you can merge/append data in multiple tables an...

7 years ago
Reply
RE: need help on what if scenario

Hi Valerie, Your question is difficult to follow without an example file, but you could try an IF formula like this: =IF((J2+(K2/I2)-1)=0, J2+(K...

7 years ago
Reply
RE: Any way to format a small number as a large number e.g. millions?

That wasn't the risk I was referring to. The risk is that you have a formula error, or miss converting one of the values in the first instance. You'd ...

7 years ago
Page 204 / 320
0