Need help about formula (Date)

ybr_15

Board Regular
Joined
May 24, 2016
Messages
204
Office Version
  1. 2019
  2. 2013
Platform
  1. Windows
Hi, I want to create a list (Data Validation) based on the "Month; Year" column. However, I get the list that I made does not match, there is double data (Column "V", Rows 12-13). Can I be helped so that the list I make is suitable, starting from Nov-20 to Dec-21. Thank you
Cell Formulas
RangeFormula
V3:V16V3=TEXT((ROW()+8)*29,"mmm")
W3:W16W3=DATE(IF(ROW()+8>12,Year,Year-1),MONTH(DATEVALUE(V3&"1")),1)
Named Ranges
NameRefers ToCells
List_Month=Setting!$V$3:$V$16W3
Year=Setting!$Y$3:$Y$3W3:W16
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Try this in W3:

=DATE(Year-1,10+ROWS($W$3:W3),1)

and in V3:

=TEXT(W3,"mmm")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,012
Messages
6,122,682
Members
449,091
Latest member
peppernaut

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