#1   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Date Range Help !

Hello,

Here is my spreadsheet:
Col A Col B Col C
08/01/06 10/01/06 2,500
11/01/06 10/01/16 8,000

Column A = Start Date
Column B = End Date
Column C = Dollar Amount

I have a range of dates in Column F - they are all dates that start with the
first of the month. So basically, if one of those dates in Column F fall
within a date range (between column A and B) it needs to return the value
from column C.

Example, if a date in Column F is 09/01/06 - it should return the value of
2,500.
Example 2 - if the date is 02/01/10 - the value it should return is 8,000.

I completely appreciate any help that you can provide.
THANKS!
Rob



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Date Range Help !

=LOOKUP(F1,A1:A2,C1:C2)

That's for the two rows you have.. extend the 2 to however many rows you
have...
Copy that formula down the list, and you should have it, as long as the
start date is in ascending order. End date is not needed...



"Rob" wrote:

Hello,

Here is my spreadsheet:
Col A Col B Col C
08/01/06 10/01/06 2,500
11/01/06 10/01/16 8,000

Column A = Start Date
Column B = End Date
Column C = Dollar Amount

I have a range of dates in Column F - they are all dates that start with the
first of the month. So basically, if one of those dates in Column F fall
within a date range (between column A and B) it needs to return the value
from column C.

Example, if a date in Column F is 09/01/06 - it should return the value of
2,500.
Example 2 - if the date is 02/01/10 - the value it should return is 8,000.

I completely appreciate any help that you can provide.
THANKS!
Rob



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Date Range Help !

You could also try this formula:

=IF(IF(F3=A3,OR(F3<=B3)),C3,"Date Out of Range")
--
T Tipsy


"Rob" wrote:

Hello,

Here is my spreadsheet:
Col A Col B Col C
08/01/06 10/01/06 2,500
11/01/06 10/01/16 8,000

Column A = Start Date
Column B = End Date
Column C = Dollar Amount

I have a range of dates in Column F - they are all dates that start with the
first of the month. So basically, if one of those dates in Column F fall
within a date range (between column A and B) it needs to return the value
from column C.

Example, if a date in Column F is 09/01/06 - it should return the value of
2,500.
Example 2 - if the date is 02/01/10 - the value it should return is 8,000.

I completely appreciate any help that you can provide.
THANKS!
Rob



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
finding earliest date within a range by employee Steve Excel Worksheet Functions 4 October 19th 06 11:34 PM
Advanced filter a dynamic date range oneandoneis2 Excel Worksheet Functions 2 April 6th 06 08:57 AM
Crate group of date, with Dynamic Range in pivot table not working Tiya Excel Discussion (Misc queries) 3 March 1st 06 02:26 PM
Date Range within one cell Cachod1 New Users to Excel 5 October 18th 05 03:30 AM
Date Range and calculation vgreen Excel Worksheet Functions 2 August 23rd 05 11:08 AM


All times are GMT +1. The time now is 04:47 PM.

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

About Us

"It's about Microsoft Excel"