Microsoft
Software
Hardware
Network
Question : Vlookup Question
I have a Date of 7/6/10 and when I do a lookup, I get the return (Next Effective Date) of 1/3/11. I need the lookup to return 1/17/11.
I'm using the formula =VLOOKUP(F2,A2:B77,2,TRUE)
. If the date is on or before the "Begin" effective date, it needs return the corresponding "Effective Date".
If it's after the "Begin Payroll Date" it needs to return the next "Effective date?
Attachments:
Effective-Dates.xls
(20 KB)
(File Type Details)
Payroll Effective
Answer : Vlookup Question
Change your formula to this:
=IF(ISNA(VLOOKUP(F2,A2:B77
,2,FALSE))
,VLOOKUP(F
2+14,A2:B7
7,2,TRUE),
VLOOKUP(F2
,A2:B77,2,
TRUE))
Thanks
Random Solutions
Command to attach the database sql database file MS SQL 2000 desktop edition
Increment Value
VMWare ESX 4 Update Manager and failing Remediation for certain patches
Need help to seperate Select output using TABs
Microsoft AutoUpdate of Office 2008 for Mac
get 550 5.7.1. Unable to relay for specific domains....
Team Foundation Server 2010, deleted web site problem
Application user
php like zen cart want return to be categories instead of products
Netapp - increased LUN volume - resized to gain space - but windows server has not picked up change - what am i Missing please