Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KMc KMc is offline
external usenet poster
 
Posts: 10
Default How do I specify these date-range formulas?

SaleDate ShipDate $Due $Paid
7/2/08 7/18/08 52.00
7/12/08 7/25/08 35.00 35.00
7/30/08 8/4/08 76.00
8/3/08 8/25/08 47.00

Based on the above, what formulas do I use to get the following?:
1. Paid year-to-date thru ShipDate 7/31/08 (result 35.00)
2. Past due year-to-date thru ShipDate 7/31/08 (result 52.00)
3. Future due for orders placed prior to 7/31/08 (result 76.00)

Thanks!
k



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 155
Default How do I specify these date-range formulas?

Set it up like this:

A B C D
E F G
1 SaleDate ShipDate $Due $Paid
2 7/2/08 7/18/08 52.00
3 7/12/08 7/25/08 35.00 35.00
4 7/30/08 8/4/08 76.00
5 8/3/08 8/25/08 47.00
6
7 Thru Shipdate: 7/31/08
8 Paid:
9 Past Due:
10 Future Due:

In cell E2: =IF($C$7B2,D2,0)
In cell F2: =IF($C$7B2,(C2-D2),0)
In cell G2: =IF(AND($C$7A2,$C$7<B2),(C2-D2),0)
Drag these formulas down as far as you need.

In Cell D8: =SUM(E2:E5) (adjust for length of spreadsheet entries)
In cell D9: =SUM(F2:F5)
In cell d10: =SUM(G2:G5)

This is assuming the ship date is in cell C7.


"KMC" wrote:

SaleDate ShipDate $Due $Paid
7/2/08 7/18/08 52.00
7/12/08 7/25/08 35.00 35.00
7/30/08 8/4/08 76.00
8/3/08 8/25/08 47.00

Based on the above, what formulas do I use to get the following?:
1. Paid year-to-date thru ShipDate 7/31/08 (result 35.00)
2. Past due year-to-date thru ShipDate 7/31/08 (result 52.00)
3. Future due for orders placed prior to 7/31/08 (result 76.00)

Thanks!
k



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
using weekday formulas to automatically update a date range ascott Excel Discussion (Misc queries) 1 March 5th 08 09:23 PM
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 11:21 PM.

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

About Us

"It's about Microsoft Excel"