Sandman1985
New Member
- Joined
- Jun 22, 2022
- Messages
- 19
- Office Version
- 365
- Platform
- Windows
Hi All,
Happy new year. Hope you're well.
I am struggling with a lookup formula. I have a data table with dates as column headers which goes on for years by day.
Each column has data with activities planned for that day - so multiple lookup values in that column.
In a different sheet, I have a summary table where the user has a weekly summary for whichever given week they want to see the activities for. Again, the column headers are dates.
I'm trying to get the summary to populate with the data from the data table (summary is dynamic - dates can be changed).
My formula looks like this:
=INDEX('Scheduler View'!$A$2:$ARG$2,0,MATCH('Avail Roster'!E$6,'Scheduler View'!$A$3:$ARG$42,0))
This is the dates in the data table This is the date in the summary This is the data
Not sure where I am going wrong, any help would be appreciated.
Regards,
Sandman
Happy new year. Hope you're well.
I am struggling with a lookup formula. I have a data table with dates as column headers which goes on for years by day.
Each column has data with activities planned for that day - so multiple lookup values in that column.
In a different sheet, I have a summary table where the user has a weekly summary for whichever given week they want to see the activities for. Again, the column headers are dates.
I'm trying to get the summary to populate with the data from the data table (summary is dynamic - dates can be changed).
My formula looks like this:
=INDEX('Scheduler View'!$A$2:$ARG$2,0,MATCH('Avail Roster'!E$6,'Scheduler View'!$A$3:$ARG$42,0))
This is the dates in the data table This is the date in the summary This is the data
Not sure where I am going wrong, any help would be appreciated.
Regards,
Sandman