Required auto fill of months using month number

ravi2628

Board Regular
Joined
Dec 20, 2017
Messages
221
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
HI every one,

i need a small logic if any one can help it will be very great full to me.

Month8
Year2019
Calander Year08.201909.201910.201911.201912.201901.202002.202003.202004.202005.202006.202007.202008.202009.202010.202011.202012.202001.202102.202103.202104.202105.202106.2021

<tbody>
</tbody>


Highlighted values to populated based on Month & Year Selection from Drop Down

Thanks in advance


Thanks & Regards,
Raviteja
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Assuming your first date is in place place the formula in C3 and drag across


Excel 2013/2016
ABC
1Month8
2Year2019
3Calander Year8.20199.2019
Sheet1
Cell Formulas
RangeFormula
C3=EDATE(B3, 1)
 
Upvote 0
Assuming your first date is in place place the formula in C3 and drag across

Excel 2013/2016
ABC
1Month8
2Year2019
3Calander Year8.20199.2019

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

Worksheet Formulas
CellFormula
C3=EDATE(B3, 1)

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

<tbody>
</tbody>


sorry michael the logic which you have suggested not worked
 
Upvote 0
Try this in B3
=EDATE(DATE($B$2,$B$1,1),COLUMNS($B3:B3)-1)
 
Upvote 0
Solution
hi jason & michael,

i have got the following logic to complete the task.

thanks for you efforts

Month

<tbody>
</tbody>
8
Year2019
Calander Year=date(b2,b1,1)=edate(b3,1)

<tbody>
</tbody>


thanks
Raviteja
 
Upvote 0
Glad WE could help....thx for the feedback..(y)
 
Upvote 0

Forum statistics

Threads
1,213,510
Messages
6,114,048
Members
448,543
Latest member
MartinLarkin

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