inquisitor
New Member
- Joined
- Jan 15, 2012
- Messages
- 15
Variations of this have been asked before, possibly the exact same thing but I'm still struggling to get this to work right -- please do feel free to point me to another post if this has been answered.
Given a spreadsheet with two (non-adjacent, though I don't think it matters) columns. Column A has names, or may be blank. Column B has an "X" in it, or may be blank.
I'd like a single number that counts the number of X marks for the UNIQUE set of names in Column A. Preferably without using a helper column because I'd like to drag the formula across another 11 columns of Xes.
Given this table:
A B
One X
Two X
Three
Four X
Two X
Three
One X
Four
The value I'd like at the bottom of the B column should be 3 (representing that One, Two, and Four have Xes).
Thanks for any help you can provide!
Given a spreadsheet with two (non-adjacent, though I don't think it matters) columns. Column A has names, or may be blank. Column B has an "X" in it, or may be blank.
I'd like a single number that counts the number of X marks for the UNIQUE set of names in Column A. Preferably without using a helper column because I'd like to drag the formula across another 11 columns of Xes.
Given this table:
A B
One X
Two X
Three
Four X
Two X
Three
One X
Four
The value I'd like at the bottom of the B column should be 3 (representing that One, Two, and Four have Xes).
Thanks for any help you can provide!