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
In Outlook, Advanced Find - Search for Attachment name
DataGridView
ipconfig shows lots of "tunnel adapters", what are they?
How do I hide site tabs from certain users?
How to have a Stable Microsoft Outlook profile with 4-5GB+ data w/ MS Exchange Mail server ?
Upgrade mixed mode Windows 2000 forest/domain to Windows 2008 R2 forest/domain
Redistributing RIP into OSPF non-contiguous subnets.
What is the default for ExpiresDefault
802.1q trunk
Install .PFX file to personal store - Certificate Authority