Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How would I count the number of Times each cell in a Range is Greater
than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
With your posted example B1: =COUNTIF(A1:A35,""&A36) Does that help? *********** Regards, Ron XL2002, WinXP "Sean" wrote: How would I count the number of Times each cell in a Range is Greater than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=COUNTIF(A1:A35,""&A36) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Sean" wrote in message ups.com... How would I count the number of Times each cell in a Range is Greater than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ragdyer, spot on, Thanks
Ragdyer wrote: Try this: =COUNTIF(A1:A35,""&A36) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Sean" wrote in message ups.com... How would I count the number of Times each cell in a Range is Greater than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Appreciate the feed-back.
Not too often do we see a triple dead-heat.<bg -- Regards, RD ----------------------------------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! ----------------------------------------------------------------------------------------------- "Sean" wrote in message oups.com... Ragdyer, spot on, Thanks Ragdyer wrote: Try this: =COUNTIF(A1:A35,""&A36) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Sean" wrote in message ups.com... How would I count the number of Times each cell in a Range is Greater than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A35,""&A36)
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "Sean" wrote in message ups.com... How would I count the number of Times each cell in a Range is Greater than another cell? Example. For each cell in the Range A1:A35 how many times each one is Greater than the value in Cell A36 Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of times a cell value is within a specific range | Excel Worksheet Functions | |||
Count Number of Times Something appears | Excel Worksheet Functions | |||
How to count the number of times something occurs within a certain month | Excel Worksheet Functions | |||
how do i count how many people are working between two times in e | Excel Worksheet Functions | |||
doubling a number X number of times | Excel Worksheet Functions |