Hi,
am trying to lookup the invoice# (B) from sheet 4 to see if and on which date (sheet 5) did this show up on?
I am getting an error when I use the Vlookup formula even though I think have put in the formula accurately.
what seems to be the problem here?=VLOOKUP(B2,Sheet5!A:E,5,FALSE)
Last edited by sonny.thind; 10-12-2011 at 08:36 AM.
The formula you want, assuming invoice numbers are in column C on sheet5:Note: most of the invoices haven't been "posted", so those that haven't will return #N/A (not found in data searched).=VLOOKUP(B2,Sheet5!$C$1:$E$329,3,FALSE)
If your question has been satisfactorily addressed, please consider marking it solved. Click here to see how.
Also, you might want to add to the user's reputation by clicking the scales icon - it's why we do what we do...
Thomas Lafferty
Analyst/Programmer
See attached for a method to avoid the NA ( col F is hidden)
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
Thanks Guys! appreciate the effort. this works..
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks