Hi,
I have the following formula:
When I place it into next column, I want it to look like this:
and down a row (which works as is at the moment):
I'm sure its a simple fix, but really struggling how to do it.
Thanks in advance!
I have the following formula:
Code:
=INDEX(Sheet1!$B18:$AT18,MATCH($AA2&$C2,Sheet1!$B$4:$AT$4 & Sheet1!$B$7:$AT$7,0))
When I place it into next column, I want it to look like this:
Code:
=INDEX(Sheet1!$B19:$AT19,MATCH($AA2&$C2,Sheet1!$B$4:$AT$4 & Sheet1!$B$7:$AT$7,0))
and down a row (which works as is at the moment):
Code:
=INDEX(Sheet1!$B18:$AT18,MATCH($AA3&$C3,Sheet1!$B$4:$AT$4 & Sheet1!$B$7:$AT$7,0))
I'm sure its a simple fix, but really struggling how to do it.
Thanks in advance!
Last edited: