ojaskulkarni
New Member
Hi,
I have table (Excel Table) with a column of multiple dates. These are record creation dates.
The range of dates is for a specified fiscal year. (say, April 1, 2013 to March 31, 2014)
I want to make a list (for data validation) that will do the following:
1. Build an array of unique distinct dates
2. Build an array of only dates that occur on a Tuesday.
The reason I say an "array" is because I want it to be dynamic and expandable. The drop down (data validation) will be used to display another set of related information. But the drop down should have only unique distinct Tuesdays available for selection.
I tried various combinations of INDEX-MATCH and OFFSET etc.. but it doesn't seem to work.
{=INDEX(Data[Creation Date],MATCH(0,COUNTIF($A$1:A1,Data[Creation Date]),0))} this returns a 0.
Data is the TABLE
Creation Date is the field in the table that has about 1400+ dates.
I also tried WEEKDAY(Data[Creation Date],13) within OFFSET to get a range of Tuesdays from the range of dates.
Can someone help?
Thanks,
Ojas
I have table (Excel Table) with a column of multiple dates. These are record creation dates.
The range of dates is for a specified fiscal year. (say, April 1, 2013 to March 31, 2014)
I want to make a list (for data validation) that will do the following:
1. Build an array of unique distinct dates
2. Build an array of only dates that occur on a Tuesday.
The reason I say an "array" is because I want it to be dynamic and expandable. The drop down (data validation) will be used to display another set of related information. But the drop down should have only unique distinct Tuesdays available for selection.
I tried various combinations of INDEX-MATCH and OFFSET etc.. but it doesn't seem to work.
{=INDEX(Data[Creation Date],MATCH(0,COUNTIF($A$1:A1,Data[Creation Date]),0))} this returns a 0.
Data is the TABLE
Creation Date is the field in the table that has about 1400+ dates.
I also tried WEEKDAY(Data[Creation Date],13) within OFFSET to get a range of Tuesdays from the range of dates.
Can someone help?
Thanks,
Ojas