#1   Report Post  
Jennifer Kramer
 
Posts: n/a
Default VLOOKUP statements

I have a worksheet with two different tabs. The one has an order date and a
delevery date. The other has the item and how long it is suppose to take to
be delievered. I need to find out whether the delievery date is either under
the time allowed or over the time allowed and for it to come up as true for
if it is before the date and false if its after the date.
thanks
  #2   Report Post  
IanRoy
 
Posts: n/a
Default

Hi, Jennifer Kramer;
If I understand you right...,
On sheet1
=IF(B2-A2<=VLOOKUP(C2,Sheet2!A2:B10,2,FALSE),TRUE,FALSE)
Where on Sheet1
A2=order date
B2=delivery date
C2=item name
And on Sheet2
A2:B10 is the range of your lookup table
column A: names of items
column B: number of days allowed for delivery
Regards,
IanRoy.

"Jennifer Kramer" wrote:

I have a worksheet with two different tabs. The one has an order date and a
delevery date. The other has the item and how long it is suppose to take to
be delievered. I need to find out whether the delievery date is either under
the time allowed or over the time allowed and for it to come up as true for
if it is before the date and false if its after the date.
thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup finds a blank, but returns a zero - HELP! flummoxed Excel Discussion (Misc queries) 6 January 18th 05 03:15 PM
#N/A error with VLOOKUP Michelle Tucker Excel Discussion (Misc queries) 4 December 14th 04 01:23 PM
Vlookup Question Jeff Excel Discussion (Misc queries) 2 December 2nd 04 02:40 PM
Need help with modifying VLookUp Tom Excel Discussion (Misc queries) 4 December 2nd 04 12:44 AM
Vlookup with VBA Jeff Excel Discussion (Misc queries) 8 December 1st 04 02:41 PM


All times are GMT +1. The time now is 01:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"