If Formula to calculate dates and amounts

lzweifel

Board Regular
Joined
Feb 21, 2006
Messages
213
Hello all, happy hump day!

I have columns for 30days past invoice date, 60days past invoice date, 90days etc.

The formula is set to record a date according to todays date vs invoice date and puts that date in the appropriate column (30-45-90-120). There is a running total for invoices until they are paid, but I am wondering what conditional formula I might use to sum the columns... so for example, there are 3 invoices which sit in the 45 day column... I want to know what the total of those invoices are.

Sorry if this is confusing.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Excel 2010
ABCDEF
1Inv Amt304590120
210006/05/190615/04/1962
310007/02/190727/12/196405/12/2011
410021/03/1952
520013/01/200309/06/1932
620027/06/1969
720020/11/191807/07/196928/08/1957
830024/07/1993
9300
1030002/07/1978
1140024/03/198602/01/1961
1250024/03/198621/09/1920
1360018/03/195217/05/1961
14
15
16TOTALS100015009002000

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
C16=SUMIF(C$2:C$13,">0",$A$2:$A$13)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>


Is this what you're looking for?

Copy C16 and paste across to F16
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top