Forum Discussion
Duplicate Formula with Multiple Data Cells
- Oct 10, 2018
I'm a lazy person and don't want to think about complex formulas.
So, insert a helper column with: LEFT(A1,3)
Insert a row above the data and name the columns. My names are: AA, Place and AA-Group.
Insert a pivot table.
Check the option "Add to the data model" in the pivot table dialogue box.
"AA-Group" into rows area. "Place" into values area. Change the summarize function to "Distinct count".
And you're done.
I'm a lazy person and don't want to think about complex formulas.
So, insert a helper column with: LEFT(A1,3)
Insert a row above the data and name the columns. My names are: AA, Place and AA-Group.
Insert a pivot table.
Check the option "Add to the data model" in the pivot table dialogue box.
"AA-Group" into rows area. "Place" into values area. Change the summarize function to "Distinct count".
And you're done.
- Wayde MorrisonOct 15, 2018Copper ContributorThis is exactly what I needed. The information was easy to extract without a complicated formula. Thank you for your assistance.