Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Lookup based on range of dates

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dls2193 - 30 Mar 2006 22:38 GMT
Can someone help with the following.

I need a formula that will select the appropriate value based on a range of
dates:
I have 17 dates that are used to determine a proration based on a specific
date entered and I need to match the entered date to a range of dates and
provide the proration as the result.

Cell B1 = 07/05/05

I need the result in B2 to be .80 (I3) since it is greater than 6/30/05 but
less than 07/14/05.

D2 = 01/01/05  D3= 1
E2 = 05/19/05  E3= .96
F2 = 06/02/05  F3= .92
G2 = 06/16/05  G3= .88
H2 = 06/30/05  H3= .84
I2 =  07/14/05 I3 = .80
J2 = 07/28/05 J3= .76
K2 = 08/11/05 K3= .72
L2 = 08/25/05 L3= .68
M2 = 09/08/05 M3 = .64 etc

Thank you in advance for your assistance!
Bob Phillips - 30 Mar 2006 23:21 GMT
=INDEX(D3:M3,MIN(MATCH(B1,D2:M2,1)+1,COUNT(D2:M2)))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

> Can someone help with the following.
>
[quoted text clipped - 21 lines]
>
> Thank you in advance for your assistance!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.