dragonmouse
Board Regular
- Joined
- May 14, 2008
- Messages
- 131
- Office Version
- 2016
- Platform
- Windows
I'm going to do my best to explain:
I have several colums with various pieces of equipment, serials and years. I may filter on one column, then I want to count the number of unique pieces of equipment left...Ultimately I may filter differently.
Example:
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2011 256 Refridgerator
2010 175 Oven
2009 123 Toaster
2012 123 Refridgerator
2010 123 Toaster
2012 116 Toaster
For this example I will filter everything in "2010" and it will return: I want to see this
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2010 175 Oven
2010 123 Toaster
When I run a "COUNT" of unique serials I want it to return a total of:
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2010 175 Oven
2010 123 Toaster
Total 2
I don't want it to count any serials that have been "filtered out" and I don't want it to count "duplicate" serial numbers in the filtered return.
Any ideas? I hope I explained it well enough
I have several colums with various pieces of equipment, serials and years. I may filter on one column, then I want to count the number of unique pieces of equipment left...Ultimately I may filter differently.
Example:
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2011 256 Refridgerator
2010 175 Oven
2009 123 Toaster
2012 123 Refridgerator
2010 123 Toaster
2012 116 Toaster
For this example I will filter everything in "2010" and it will return: I want to see this
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2010 175 Oven
2010 123 Toaster
When I run a "COUNT" of unique serials I want it to return a total of:
A B C
YEAR SERIAL Equipment
2010 123 Toaster
2010 175 Oven
2010 123 Toaster
Total 2
I don't want it to count any serials that have been "filtered out" and I don't want it to count "duplicate" serial numbers in the filtered return.
Any ideas? I hope I explained it well enough