Calculate the expected date of payment based on the document date plus the net terms

kumar0318

New Member
Joined
Mar 25, 2022
Messages
21
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
Hello- I have a document date which is in the format yyyymmdd (20240909) plus the payment terms for this document 90.. how do i show the expected payment date in a new column?
Thank you in advance for your help!
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Are they real dates or are they strings? Test with =ISNUMBER(cell)
 
Upvote 0
This does not work. I have the real dates in one coloumn and then payment terms ( 60) in the other column. I need to insert a new column and show the expected date of payment based on these two columns.

For example: If my document date 12/31/2024 and payment terms is 60 then the expected value should be 02/28/2025.
 
Upvote 0
your document date format in #1 and #3 are different. Assuming your post #3 is correct and NOT recognised as a date, this might be worth testing:

Book1
ABCD
112/31/2024603/1/25
Sheet1
Cell Formulas
RangeFormula
D1D1=DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,4,2))+B1
 
Upvote 0
your document date format in #1 and #3 are different. Assuming your post #3 is correct and NOT recognised as a date, this might be worth testing:

Book1
ABCD
112/31/2024603/1/25
Sheet1
Cell Formulas
RangeFormula
D1D1=DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,4,2))+B1
Excel will pick up "12/31/24" as date, even if they're strings, when performing calculation. The string extraction isn't necessary.
 
Upvote 0

Forum statistics

Threads
1,226,525
Messages
6,191,566
Members
453,665
Latest member
WaterWorks

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