Warning

 

Close

Confirm Action

Are you sure you wish to do this?

Confirm Cancel
BCM
User Panel

Posted: 4/27/2020 10:57:27 AM EDT
If this is not the right forum, my apologies....

I am trying to write a formula for the following scenario...

Column has 3 options: A B C

Would like formula to tabulate total for each option and then display that number on a different sheet.  

Any and all help would be appreciated
Link Posted: 4/27/2020 11:14:09 AM EDT
[#1]
COUNTIF should work if I understand your question correctly

edit:

to expand a bit

Sheet 1 is where you want the results.
Sheet 2 Column A is where your list of A,B,C are.

Sheet 1 A1 (for letter A count) formula should be COUNTIF(Sheet2!A:A,"A")
Sheet 1 A2 (for letter B count) formula should be COUNTIF(Sheet2!A:A,"B")

etc
Link Posted: 4/27/2020 12:20:16 PM EDT
[#2]
Discussion ForumsJump to Quoted PostQuote History
Quoted:
COUNTIF should work if I understand your question correctly

edit:

to expand a bit

Sheet 1 is where you want the results.
Sheet 2 Column A is where your list of A,B,C are.

Sheet 1 A1 (for letter A count) formula should be COUNTIF(Sheet2!A:A,"A")
Sheet 1 A2 (for letter B count) formula should be COUNTIF(Sheet2!A:A,"B")

etc
View Quote


Thanks a million!!!
Link Posted: 4/27/2020 12:23:55 PM EDT
[#3]
Or just use a simple pivot table
Link Posted: 4/27/2020 12:28:12 PM EDT
[#4]
Link Posted: 4/27/2020 12:44:35 PM EDT
[#5]
OP, if you have not yet discovered pivot tables you need to do this.

Everybody that uses Excel should understand how a pivot table works. It really is one of the more powerful built in tools.
Top Top