Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count how many times a certain value is in a certain range

Hi There,

I would like to know (find a formule) how many times a certain value or
variable is entered in a certain range. I'm using this for a planning
spreadsheet that I'm making in which I would like to make sure that a
resource is only planned on one project/task per day. I would like to
count the number of times a resource is entered over the projects per
day and compare it to 1.

Thanks in advance.
Paul

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Count how many times a certain value is in a certain range

Use the Countif() function.

If your range was A1 to A50,
And you entered your variable in B1,
Then try this:

=COUNTIF(A1:A50,B1)

All you need to do is change the value in B1 to get a different count.

You also could enter a list of variables in Column B, and then with this
formula in C1:

=COUNTIF(A$1:A$50,B1)

Copy it down, so you would have a register of values and counts.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
wrote in message
oups.com...
Hi There,

I would like to know (find a formule) how many times a certain value or
variable is entered in a certain range. I'm using this for a planning
spreadsheet that I'm making in which I would like to make sure that a
resource is only planned on one project/task per day. I would like to
count the number of times a resource is entered over the projects per
day and compare it to 1.

Thanks in advance.
Paul


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
Count cells within a date range Dewayne Excel Discussion (Misc queries) 7 August 20th 06 04:40 AM
How do I count how many times an Excel workbook has been accessed damcp Excel Discussion (Misc queries) 1 June 16th 06 01:01 AM
Average of times where text may be in range Skiffie Excel Worksheet Functions 3 March 7th 06 12:04 AM
Count cells in one range based on parameters in another range dave roth Excel Worksheet Functions 2 March 29th 05 05:33 PM
How do I count data in range A:A that is dependent upon criteria . h2ocats Excel Worksheet Functions 1 February 21st 05 12:55 PM


All times are GMT +1. The time now is 04:19 PM.

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

About Us

"It's about Microsoft Excel"