dragonmouse
Board Regular
- Joined
- May 14, 2008
- Messages
- 131
- Office Version
- 2016
- Platform
- Windows
I have a spreadsheet that may have multiple numbers for the same item...I want to simply count how many are in the row that are UNIQUE
Example
A B
1 Power supply 1111
2 Mother board 1111
3 Circuit card 1111
4 Power Supply 2222
5 Power supply 3333
6 Cirucit card 3333
If I =counta(B1:B6) it will return 6...The answer I want it to return is "3" because there are only really 3 "distinct" or "unique" numbers
Thanks
Example
A B
1 Power supply 1111
2 Mother board 1111
3 Circuit card 1111
4 Power Supply 2222
5 Power supply 3333
6 Cirucit card 3333
If I =counta(B1:B6) it will return 6...The answer I want it to return is "3" because there are only really 3 "distinct" or "unique" numbers
Thanks