Hi guys
I just can’t seem to work this one out. Your help would be most appreciated.
Is it possible to combine the AND function with the following formula?
=IF(ISNUMBER(SEARCH("high",A5)),1,IF(ISNUMBER(SEARCH("moderate",A5)),1,""))
Something like this:
=IF(AND(ISNUMBER(SEARCH("high",A5)),1,IF(ISNUMBER(SEARCH("moderate",A5)),C5>"",1,"")))
What I want is a formula that says:
If A5 is found to contain the word high or moderate, and C5 is not empty, then display a value of 1, otherwise display nothing.
I just can’t seem to work this one out. Your help would be most appreciated.
Is it possible to combine the AND function with the following formula?
=IF(ISNUMBER(SEARCH("high",A5)),1,IF(ISNUMBER(SEARCH("moderate",A5)),1,""))
Something like this:
=IF(AND(ISNUMBER(SEARCH("high",A5)),1,IF(ISNUMBER(SEARCH("moderate",A5)),C5>"",1,"")))
What I want is a formula that says:
If A5 is found to contain the word high or moderate, and C5 is not empty, then display a value of 1, otherwise display nothing.