Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default What are the COUNT or other options ...

I am creating a spreadsheet that will allow me to keep track of a football
game's statistics by entering the result as each play occurs. Generally, no
problem. However, plays randomly result in first downs, and when that
happens, I would like to "mark" the cell in some way. Then I will create a
cell that simply counts how many of those cells there are, which will give me
the total number of first downs.

My question is, in what way can I "mark" the cell? Whatever way I do it, the
worksheet must still be able to access and use the number entered in that
cell.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default What are the COUNT or other options ...

Use a column:

Column header: 1st downs

Simply enter a Y or Yes to mean the play resulted in a 1st down.

Then just count the Y or Yes in that column:

=COUNTIF(F:F,"Y")
=COUNTIF(F:F,"Yes")

--
Biff
Microsoft Excel MVP


"rugbykats" wrote in message
...
I am creating a spreadsheet that will allow me to keep track of a football
game's statistics by entering the result as each play occurs. Generally,
no
problem. However, plays randomly result in first downs, and when that
happens, I would like to "mark" the cell in some way. Then I will create a
cell that simply counts how many of those cells there are, which will give
me
the total number of first downs.

My question is, in what way can I "mark" the cell? Whatever way I do it,
the
worksheet must still be able to access and use the number entered in that
cell.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default What are the COUNT or other options ...

Just make the cell's background color unique. Then use:

http://www.cpearson.com/excel/Colors.aspx
--
Gary''s Student - gsnu200801


"rugbykats" wrote:

I am creating a spreadsheet that will allow me to keep track of a football
game's statistics by entering the result as each play occurs. Generally, no
problem. However, plays randomly result in first downs, and when that
happens, I would like to "mark" the cell in some way. Then I will create a
cell that simply counts how many of those cells there are, which will give me
the total number of first downs.

My question is, in what way can I "mark" the cell? Whatever way I do it, the
worksheet must still be able to access and use the number entered in that
cell.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default What are the COUNT or other options ...

Thanks to both of you for the quick responses. I'm hoping to avoid adding a
first downs column, just out of sheer laziness. =P
I was wondering if color could be used as a Count criterion, and after
searching the discussion boards had just about given up on it. The CountColor
command looks great, and I'm definitely going to try it. So thanks for the
heads up!

"Gary''s Student" wrote:

Just make the cell's background color unique. Then use:

http://www.cpearson.com/excel/Colors.aspx
--
Gary''s Student - gsnu200801


"rugbykats" wrote:

I am creating a spreadsheet that will allow me to keep track of a football
game's statistics by entering the result as each play occurs. Generally, no
problem. However, plays randomly result in first downs, and when that
happens, I would like to "mark" the cell in some way. Then I will create a
cell that simply counts how many of those cells there are, which will give me
the total number of first downs.

My question is, in what way can I "mark" the cell? Whatever way I do it, the
worksheet must still be able to access and use the number entered in that
cell.

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
EXCEL allow 2 options on status bar e.g. show "Count" + "Sum" LEJM Excel Discussion (Misc queries) 2 November 15th 07 07:49 PM
Fills Series options sometimes messes the count!!! Sort by Room and ABC[_2_] Excel Discussion (Misc queries) 3 September 26th 07 02:27 AM
how do I add more toolbar options to my right click options Rosie Excel Discussion (Misc queries) 1 August 11th 06 04:52 PM
count of records with 2 or more "options" selected Monish Excel Worksheet Functions 1 October 23rd 05 03:10 AM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


All times are GMT +1. The time now is 12:23 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"