The 12 multiplies

proexcel

New Member
Joined
Apr 29, 2017
Messages
14
Hello everyone

we are in 2017 year
pay 48 months (which is 4 years)

the question is how we can write formula in excel that each 12 months pass it is automatically go to another year for example when 12 months passed write 2018 and if 24 months passed write 2019?

thanks
 

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
Hello everyone

we are in 2017 year
pay 48 months (which is 4 years)

the question is how we can write formula in excel that each 12 months pass it is automatically go to another year for example when 12 months passed write 2018 and if 24 months passed write 2019?

thanks

=lookup(A1,{0,12,24},{2017,2018,2019})
 
Upvote 0
Take a look at the EDATE function.
This adds any number of months that you want to a valid date and returns the new data.
See here for details and descriptions: https://www.techonthenet.com/excel/formulas/edate.php

If this does solve your issue, please provide more details, like walk us through an actual data example that you have.
 
Upvote 0

Forum statistics

Threads
1,216,734
Messages
6,132,417
Members
449,727
Latest member
Aby2024

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