itsgrady
Board Regular
- Joined
- Sep 11, 2022
- Messages
- 138
- Office Version
- 2021
- Platform
- Windows
- MacOS
I have a table and I would like to set up another table that summarizes the data from the first table. However, I'm having difficulty extracting the unique names from the first table to use in the new table, similar to a pivot table. Unfortunately, I am unable to use the unique formula in a table.
I would greatly appreciate your guidance on how to extract the unique names and incorporate them into the new table.
I tried this formula but it do not pull the unique out of the Owner column.
INDEX(Table1[Owner],MATCH(0,COUNTIF($A$1:A2,Table1[Owner]),0)).
Thank you for your assistance.
I would greatly appreciate your guidance on how to extract the unique names and incorporate them into the new table.
I tried this formula but it do not pull the unique out of the Owner column.
INDEX(Table1[Owner],MATCH(0,COUNTIF($A$1:A2,Table1[Owner]),0)).
Thank you for your assistance.