Hello Friends,
I am using this formula to count cells if they contain the word DELAY
in Cell A1
Here is a sample list
From A2 to A10
Delay 25 Days
On Time
Delay 52 Days
Early 12 Days
On Time
Delay 52 Days
Early 12 Days
On Time
Delay 52 Days
I want the above formula to work only for visible rows.
Any help would be appreciated.
Regards,
Humayun
I am using this formula to count cells if they contain the word DELAY
in Cell A1
Code:
[B]=COUNTIF(A2:A10,"*"&"Delay"&"*")[/B]
Here is a sample list
From A2 to A10
Delay 25 Days
On Time
Delay 52 Days
Early 12 Days
On Time
Delay 52 Days
Early 12 Days
On Time
Delay 52 Days
I want the above formula to work only for visible rows.
Any help would be appreciated.
Regards,
Humayun