Payment Terms in Excel

BryanF

New Member
Joined
Jul 24, 2015
Messages
2
I was wondering if anyone knew of a way to create a spreadsheet that would allow someone to enter an invoice date and have Excel automatically calculate payment terms of 2% 10th net 25?

Example: Customer is invoiced 7/24. They must pay by 8/10 to get the 2% discount. Payment is due in full on 8/25. But if a customer is invoiced on 7/27 they must pay 9/10 to get a 2% discount and payment is due in full by 9/25.


Can Excel automate this process?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
I think I can help. I believe this works, though others may have a more elegant solution.


Excel 2012
ABC
1net25
2discount10
3
4InvoicedDiscount eligiblePayment Due
57/24/20158/10/20158/25/2015
67/27/20159/10/20159/25/2015
79/12/201510/10/201510/25/2015
811/26/20151/10/20161/25/2016
912/31/20152/10/20162/25/2016
Sheet11
Cell Formulas
RangeFormula
B5=IF(DAY(A5)<=$B$1,DATE(YEAR(EDATE(A5,1)),MONTH(EDATE(A5,1)),$B$2),DATE(YEAR(EDATE(A5,2)),MONTH(EDATE(A5,2)),$B$2))
B6=IF(DAY(A6)<=$B$1,DATE(YEAR(EDATE(A6,1)),MONTH(EDATE(A6,1)),$B$2),DATE(YEAR(EDATE(A6,2)),MONTH(EDATE(A6,2)),$B$2))
B7=IF(DAY(A7)<=$B$1,DATE(YEAR(EDATE(A7,1)),MONTH(EDATE(A7,1)),$B$2),DATE(YEAR(EDATE(A7,2)),MONTH(EDATE(A7,2)),$B$2))
B8=IF(DAY(A8)<=$B$1,DATE(YEAR(EDATE(A8,1)),MONTH(EDATE(A8,1)),$B$2),DATE(YEAR(EDATE(A8,2)),MONTH(EDATE(A8,2)),$B$2))
B9=IF(DAY(A9)<=$B$1,DATE(YEAR(EDATE(A9,1)),MONTH(EDATE(A9,1)),$B$2),DATE(YEAR(EDATE(A9,2)),MONTH(EDATE(A9,2)),$B$2))
C5=IF(DAY(A5)<=$B$1,DATE(YEAR(EDATE(A5,1)),MONTH(EDATE(A5,1)),$B$1),DATE(YEAR(EDATE(A5,2)),MONTH(EDATE(A5,2)),$B$1))
C6=IF(DAY(A6)<=$B$1,DATE(YEAR(EDATE(A6,1)),MONTH(EDATE(A6,1)),$B$1),DATE(YEAR(EDATE(A6,2)),MONTH(EDATE(A6,2)),$B$1))
C7=IF(DAY(A7)<=$B$1,DATE(YEAR(EDATE(A7,1)),MONTH(EDATE(A7,1)),$B$1),DATE(YEAR(EDATE(A7,2)),MONTH(EDATE(A7,2)),$B$1))
C8=IF(DAY(A8)<=$B$1,DATE(YEAR(EDATE(A8,1)),MONTH(EDATE(A8,1)),$B$1),DATE(YEAR(EDATE(A8,2)),MONTH(EDATE(A8,2)),$B$1))
C9=IF(DAY(A9)<=$B$1,DATE(YEAR(EDATE(A9,1)),MONTH(EDATE(A9,1)),$B$1),DATE(YEAR(EDATE(A9,2)),MONTH(EDATE(A9,2)),$B$1))
 
Upvote 0

Forum statistics

Threads
1,215,233
Messages
6,123,771
Members
449,122
Latest member
sampak88

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