Hi,
I am trying to get an excel index match formula working and going round in circles.
I have two problems - the first is I am getting a 'no match' when I know the data should match:
=INDEX({Sheet - Date List Range 3}, MATCH([1st quarter of project deliverable]1, {Sheet - Date List Range 3}, 1), 1)
The second is I want the formula to move to the next quarter
So I have a sheet with a row of quarters:
Q 1 2020
Q 2 2020 etc
and my main sheet with columns that look like:
1st Quarter 2nd Quarter
What I am trying to do is say if the quarter in column 1 is Q 1 2020 then the 2nd column needs to be Q 2 2020.
The reason I am doing this is because the quarter in column 1 is a variable.
If anyone can point me in the right direction, I'd really appreciate it.
Many thanks,
Charlotte