The_Rock
Board Regular
- Joined
- Jul 2, 2007
- Messages
- 174
Hi Folks
Can you please help me update the following or suggest something new to try instead.
I have data in columns H to W.
Currently, I am using the below which is working fine
I would like to update this to include OR. I've tried inserting it in different places but can't get it to work.
Basically, I need:
If the Range H3:W3 is either "Fail SVI VAP" OR "Fail ALL", then "Failed SVI Cert Element" else ""
Thanks in advance
Can you please help me update the following or suggest something new to try instead.
I have data in columns H to W.
Currently, I am using the below which is working fine
Code:
=IF(COUNTIF(H3:W3,"FAIL SVI VAP"),"Failed SVI Cert Element","")
I would like to update this to include OR. I've tried inserting it in different places but can't get it to work.
Basically, I need:
If the Range H3:W3 is either "Fail SVI VAP" OR "Fail ALL", then "Failed SVI Cert Element" else ""
Thanks in advance