Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
Hope someone can help. Is there a way to count the amount of instances less than a certain value, but to enter this value as a reference to a cell. For example the following: =COUNTA(C5:C1000)/COUNTIF(B5:B1000,"h3") Does not work but if i type in the value of h3 it does. Is there no way to leave it as h3 so I dont have to manually enter it many (many!) times over? Thanks.... nick |
#2
![]() |
|||
|
|||
![]()
instead of "h3" which will look for the text string "h3" use ""&h3, thus
=COUNTA(C5:C1000)/COUNTIF(B5:B1000,""&H3) should work\\ regards, Peo Sjoblom "Nick" wrote: Hi Hope someone can help. Is there a way to count the amount of instances less than a certain value, but to enter this value as a reference to a cell. For example the following: =COUNTA(C5:C1000)/COUNTIF(B5:B1000,"h3") Does not work but if i type in the value of h3 it does. Is there no way to leave it as h3 so I dont have to manually enter it many (many!) times over? Thanks.... nick |
#3
![]() |
|||
|
|||
![]()
thanks so much, works a treat :)
"Peo Sjoblom" wrote: instead of "h3" which will look for the text string "h3" use ""&h3, thus =COUNTA(C5:C1000)/COUNTIF(B5:B1000,""&H3) should work\\ regards, Peo Sjoblom "Nick" wrote: Hi Hope someone can help. Is there a way to count the amount of instances less than a certain value, but to enter this value as a reference to a cell. For example the following: =COUNTA(C5:C1000)/COUNTIF(B5:B1000,"h3") Does not work but if i type in the value of h3 it does. Is there no way to leave it as h3 so I dont have to manually enter it many (many!) times over? Thanks.... nick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should have a absolute reference cell property. | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
international absulute cell reference | Excel Discussion (Misc queries) | |||
Name Box cell reference | Excel Worksheet Functions |