bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I have a report that I would like to create where I want to use the customers by region.
I could copy the filter function to all the columns but I was wondering if there was a better way to do this?
This is the formula that I came up with
SORT(
UNIQUE(
FILTER(CommissionTemplate!X:X, (CommissionTemplate!AH:AH=B2)*(CommissionTemplate!Z:Z=G6))))
Where the commission template is the source data, B2 is the revenue type & G6 is the country (APAC - which has 3 customers listed from the Commission Template sheet in the snapshot below):
Is there to add something to this formula that will spill the orders for all these regions or do I have to reuse the filter function for each column. Would this be were byRows or HStack be incorporated into the formula?
I could copy the filter function to all the columns but I was wondering if there was a better way to do this?
This is the formula that I came up with
SORT(
UNIQUE(
FILTER(CommissionTemplate!X:X, (CommissionTemplate!AH:AH=B2)*(CommissionTemplate!Z:Z=G6))))
Where the commission template is the source data, B2 is the revenue type & G6 is the country (APAC - which has 3 customers listed from the Commission Template sheet in the snapshot below):
Is there to add something to this formula that will spill the orders for all these regions or do I have to reuse the filter function for each column. Would this be were byRows or HStack be incorporated into the formula?