Hello Folks!!
I am working with some very big data that needs to be in a shared mode format to allow for both Tableau to access as a data source and for file admins to get into it and update occasionally.
Shared mode is disallowed in Excel where pivot tables are concerned, and array solutions, while available, would crash the file given there are thirty thousand rows of purchasing data to comb through.
I am looking for a clever non-array, non-pivot table-driven formula that would:
For all instances where text in F2 appears in range F2:F30001 count the number of distinct corresponding instances of unique values in column AF2:AF30001.
For example, let's say the value that appears in F2 occurs 50 times in range F2:F30001, and 49 cells in the corresponding rows for range AF2:AF30001 contain 'apple', but one contains 'orange.'
The output for this solution would be 2 (number of distinct text strings that appears in the AF range for all instances in the F range where F2's value appears).
Am I up a creek with this without arrays or pivots? I figured if anyone could think outside the box on this one it would be my friends here!!
Warm Regards,
Aimee
I am working with some very big data that needs to be in a shared mode format to allow for both Tableau to access as a data source and for file admins to get into it and update occasionally.
Shared mode is disallowed in Excel where pivot tables are concerned, and array solutions, while available, would crash the file given there are thirty thousand rows of purchasing data to comb through.
I am looking for a clever non-array, non-pivot table-driven formula that would:
For all instances where text in F2 appears in range F2:F30001 count the number of distinct corresponding instances of unique values in column AF2:AF30001.
For example, let's say the value that appears in F2 occurs 50 times in range F2:F30001, and 49 cells in the corresponding rows for range AF2:AF30001 contain 'apple', but one contains 'orange.'
The output for this solution would be 2 (number of distinct text strings that appears in the AF range for all instances in the F range where F2's value appears).
Am I up a creek with this without arrays or pivots? I figured if anyone could think outside the box on this one it would be my friends here!!
Warm Regards,
Aimee