Hello,
I am trying to get a date value from another sheet in a date column using Index(Collect(.......),1) function. However, every time I add a formula in date column it converts to text by adding a ' sign.
For Example:
Sheet1 has following columns:
- Location
- Project
- Start Date
- End Date
...
..
..
..
I want to move Start Date and End Date based on project name using Index(Collect(...),1) formula. Though I can move the rows though copy row automation, but I don't need all column in the new sheet. So I am using this formula to copy only selected columns.