I have a normal vlookup formula created:
=IFERROR(VLOOKUP(L2,Guide!A:B,2,FALSE),"")
How could I add into this formula if cell DF2 has no data then use this formula, otherwise just pull whats in cell DF2? There will be a formula in cell DF2 it either brings in data or is blank.
=IFERROR(VLOOKUP(L2,Guide!A:B,2,FALSE),"")
How could I add into this formula if cell DF2 has no data then use this formula, otherwise just pull whats in cell DF2? There will be a formula in cell DF2 it either brings in data or is blank.