Happy almost Friday everyone. I need help. I can't get this to work. It returns either "Lump Sum" or #N/A.
If A18 is found in 'Lump Sum' sheet then return "Lump Sum"
If A18 is found in 'Material' sheet then return "Material"
If A18 is not found in either of those two sheets then return "TS Labor"
=IF(VLOOKUP(A18,'Lump Sum'!B:B,1,FALSE),"Lump Sum",IF(VLOOKUP(A18,Material!B:B,1,FALSE),"Material","TS Labor"))
Thank you!
If A18 is found in 'Lump Sum' sheet then return "Lump Sum"
If A18 is found in 'Material' sheet then return "Material"
If A18 is not found in either of those two sheets then return "TS Labor"
=IF(VLOOKUP(A18,'Lump Sum'!B:B,1,FALSE),"Lump Sum",IF(VLOOKUP(A18,Material!B:B,1,FALSE),"Material","TS Labor"))
Thank you!