dparteka
Member
I have this formula that looks for "PW" and displays the line in Sheet 1 if it’s present. I'm looking to add maybe an OR statement so it looks for "PW" & "DW" & "SPE"... if a line has any one of these then it's displayed in sheet 1, if there are none then it is not displayed. Any help will be greatly appreciated, thank you.
Code:
=IFERROR(IF(SEARCH("PW",'Table 1'!A2,1),'Table 1'!A2),"")