Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default I can't seem to find anything with regards to this.. sorry

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default I can't seem to find anything with regards to this.. sorry

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default I can't seem to find anything with regards to this.. sorry

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default I can't seem to find anything with regards to this.. sorry

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find First Non blank cell than find column header and return that value Silver Rose Excel Worksheet Functions 10 April 30th 07 05:56 PM
where to put results of find operation in find and replace functio DEP Excel Worksheet Functions 5 November 15th 06 07:52 PM
Despite data existing in Excel 2002 spreadsheet Find doesn't find AnnieB Excel Discussion (Misc queries) 1 June 16th 06 02:15 AM
'find' somtimes can't find numbers. I folowd the 'help' instructi. Yaron Excel Worksheet Functions 2 November 30th 05 05:46 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM


All times are GMT +1. The time now is 03:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"