Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have to add up how many A's, S's, ST's and L's I have in a column how do I
do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A:A,"A")
etc. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or maybe countif
=COUNTIF(A:A,"A") -- Regards, Peo Sjoblom Northwest Excel Solutions Portland, Oregon "Bob Phillips" wrote in message ... =SUMIF(A:A,"A") etc. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
oh alright then :-)
"Peo Sjoblom" wrote in message ... Or maybe countif =COUNTIF(A:A,"A") -- Regards, Peo Sjoblom Northwest Excel Solutions Portland, Oregon "Bob Phillips" wrote in message ... =SUMIF(A:A,"A") etc. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I tried those and they did not work
=COUNTIF(A:A,"A") which letters do I change for the column I'm in? They will be columns H thru BU Sheryl thank you for all your help "Bob Phillips" wrote: oh alright then :-) "Peo Sjoblom" wrote in message ... Or maybe countif =COUNTIF(A:A,"A") -- Regards, Peo Sjoblom Northwest Excel Solutions Portland, Oregon "Bob Phillips" wrote in message ... =SUMIF(A:A,"A") etc. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(H:BU,"A")
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I tried those and they did not work =COUNTIF(A:A,"A") which letters do I change for the column I'm in? They will be columns H thru BU Sheryl thank you for all your help "Bob Phillips" wrote: oh alright then :-) "Peo Sjoblom" wrote in message ... Or maybe countif =COUNTIF(A:A,"A") -- Regards, Peo Sjoblom Northwest Excel Solutions Portland, Oregon "Bob Phillips" wrote in message ... =SUMIF(A:A,"A") etc. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Sheryl" wrote in message ... I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the countif function: =countif(A:A,"A")+countif(A:A,"S"),...
"Sheryl" wrote: I have to add up how many A's, S's, ST's and L's I have in a column how do I do that? Column 1 Column 2 A A A A A ST A A A A A A A A A A A A A A A A A A L L A A A A A A A S S S S A A |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Numbers stored as text causes problem with VLOOKUP | Excel Worksheet Functions | |||
How do I sort letters before numbers in Excel? | Excel Discussion (Misc queries) | |||
How to sum top 5 numbers from the column of numbers | Excel Discussion (Misc queries) | |||
Checking Winning Numbers in the Lottery. | Excel Discussion (Misc queries) | |||
Sorting alphanumeric numbers | Excel Discussion (Misc queries) |