dparteka
Member
This formula looks in A1 for the text "SPE |" and if found it displays the entire row, if not found it displays nothing... it works perfectly good. I'm trying to figure out how to get it to look in several or all cells of the row and again if it finds the text in any of those cells it’ll display the entire row. Any help will be greatly appreciated… thank you.
Code:
=IF(OR(ISNUMBER(FIND({"SPE |"},'[Bill of Material.xlsx]Table 1'!A1,1))),'[Bill of Material.xlsx]Table 1'!A1,"")