The formula below works for my sheet, however...
how do I change it so that if there is no value in C2 then there is no return. With this SOLD is returned when C2 is empty.
=IF(ISNA(VLOOKUP(C2,InventoryNumber, 1, 0)),"SOLD","")
Thanks for reading
how do I change it so that if there is no value in C2 then there is no return. With this SOLD is returned when C2 is empty.
=IF(ISNA(VLOOKUP(C2,InventoryNumber, 1, 0)),"SOLD","")
Thanks for reading