Help with Search Formula
Try it this way:
=IF(COUNT(SEARCH($L$1:$O$1,S374)),"UPDATED",IF(ISN UMBER(SEARCH($L$2:$O
$2,S374)),"Pending",""))
Hope this helps.
Pete
On Mar 25, 12:52*pm, JPS wrote:
I have a formula +IF(COUNT(SEARCH($L$1:$O$1,S374)),"UPDATED"," ") that addes
the comment UPDATED when the value in L1 - O1 is found. I need to add an or
to this formula to say if the value found in L2 - O2 is found add the comment
PENDING. How can I accomplish this in a single IF(OR) statement?
--
JPS
|