Seeker After
Member
Hello All, I am attempting to create a data validation list box. The source formula should dynamically reference the column containing the DATE since the data set will be pasted in from time to time and DATE won't be in the same place each time. My attempts to this point has led me to this, =CELL("address",INDEX(A2:AZ1000,0,MATCH("Date",A2:Z2,0)))
This however only returns the cell reference. How can I specify the column starting with the first date?
This however only returns the cell reference. How can I specify the column starting with the first date?