Hi all
I have a vlookup which checks to see if a value is present in 'Order Tracking Sheet' and it works.... How do I rewrite this to show when a value in the tracking sheet doesn't match where my data is? Eg removed. What happens now is the we have a sheet that "displays data", we also have a "dump sheet" for our fresh data downloads. My vlookup shows if the data in the "dump sheet" isn't on the "display sheet". What i need is to show on the "display sheet" if the data is no longer in the "data bump" sheet.
Appreciate your help.
Dave
=VLOOKUP(B37,'ORDER TRACKING SHEET'!A:A,1,FALSE)
Bookmarks