Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup finds a blank, but returns a zero - HELP! | Excel Discussion (Misc queries) | |||
#N/A error with VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup Question | Excel Discussion (Misc queries) | |||
Need help with modifying VLookUp | Excel Discussion (Misc queries) | |||
Vlookup with VBA | Excel Discussion (Misc queries) |