Hi,
I have this formula
=IF(ISBLANK(A7),"",IFERROR(VLOOKUP(A7,'B - Return Stock Data'!A$2:B$500,2,FALSE), "Car Stock"))
It is working great but just wanted to up my game and see can I have the sheet Beep if it returns the value "Return" which will come in from the VLOOKUP?
I am aware it may...