Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi
How can I get the following function to check and count for the letter L as well H =IF(A8="","",COUNTIF(F8:AJ8,"H")) Regards Ian |
#2
![]() |
|||
|
|||
![]()
Hi
=IF(A8="","",COUNTIF(F8:AJ8,"H")+COUNTIF(F8:AJ8,"L ")) -- Arvi Laanemets (When sending e-mail, use address arvil<Attarkon.ee) "Ian Harris" wrote in message . .. Hi How can I get the following function to check and count for the letter L as well H =IF(A8="","",COUNTIF(F8:AJ8,"H")) Regards Ian |
#3
![]() |
|||
|
|||
![]()
Hi Arvi
Many thanks for help Regards Ian "Arvi Laanemets" wrote in message ... Hi =IF(A8="","",COUNTIF(F8:AJ8,"H")+COUNTIF(F8:AJ8,"L ")) -- Arvi Laanemets (When sending e-mail, use address arvil<Attarkon.ee) "Ian Harris" wrote in message . .. Hi How can I get the following function to check and count for the letter L as well H =IF(A8="","",COUNTIF(F8:AJ8,"H")) Regards Ian |
#4
![]() |
|||
|
|||
![]()
try
=if(a8="","",SUMPRODUCT((F8:aj8={"a","h"})*1)) -- Don Guillett SalesAid Software "Ian Harris" wrote in message . .. Hi How can I get the following function to check and count for the letter L as well H =IF(A8="","",COUNTIF(F8:AJ8,"H")) Regards Ian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement help needed please | Excel Discussion (Misc queries) | |||
If statement help needed | Excel Worksheet Functions | |||
Statement | Excel Worksheet Functions | |||
If statement needed | Excel Worksheet Functions | |||
IF Statement difficulty | Excel Worksheet Functions |