Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have to keep track of people attending meetings.
The person prior to me created a spreadsheet with all the people attending with an alpha character in each meeting they attended (an X) and nothing if they didn't attend. I now have to total all the meetings the people attended and do a printout of the totals. It would have been easy if they had used a 1 for attended and a 0 for not attending but this spreadsheet goes back a number of years so I have to add them manually. While I can add mentally the volume is crazy and I was wondering if there is a way to have it calculate the number of "X's" in a particular range. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There are several options, here are two simple ones:
=COUNTA(B2:B5000) will count all cells with something in them or =COUNTIF(B2:B5000,"X") will count all cells with an X in them On Jan 14, 10:20*am, Rameris wrote: I have to keep track of people attending meetings. The person prior to me created a spreadsheet with all the people attending with an alpha character in each meeting they attended (an X) and nothing if they didn't attend. I now have to total all the meetings the people attended and do a printout of the totals. It would have been easy if they had used a 1 for attended and a 0 for not attending but this spreadsheet goes back a number of years so I have to add them manually. * While I can add mentally the volume is crazy and I was wondering if there is a way to have it calculate the number of "X's" in a particular range. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If "X's" are in a separate column, say column A then
=COUNTIF(A:A,"X") -- Regards! Stefi €˛Rameris€¯ ezt Ć*rta: I have to keep track of people attending meetings. The person prior to me created a spreadsheet with all the people attending with an alpha character in each meeting they attended (an X) and nothing if they didn't attend. I now have to total all the meetings the people attended and do a printout of the totals. It would have been easy if they had used a 1 for attended and a 0 for not attending but this spreadsheet goes back a number of years so I have to add them manually. While I can add mentally the volume is crazy and I was wondering if there is a way to have it calculate the number of "X's" in a particular range. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please provide a few samples of your data. For instance, are the "X's" in
the same cell with the people's names (I doubt it) or are they in cells adjacent to the people's names (most likely scenario). -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "Stefi" wrote: If "X's" are in a separate column, say column A then =COUNTIF(A:A,"X") -- Regards! Stefi €˛Rameris€¯ ezt Ć*rta: I have to keep track of people attending meetings. The person prior to me created a spreadsheet with all the people attending with an alpha character in each meeting they attended (an X) and nothing if they didn't attend. I now have to total all the meetings the people attended and do a printout of the totals. It would have been easy if they had used a 1 for attended and a 0 for not attending but this spreadsheet goes back a number of years so I have to add them manually. While I can add mentally the volume is crazy and I was wondering if there is a way to have it calculate the number of "X's" in a particular range. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
'find' somtimes can't find numbers. I folowd the 'help' instructi. | Excel Worksheet Functions | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) |