I am trying to pick up a value using the offset formula. At present I have a formula in cell A1 as follows
=INDEX(INPUT!C8:V8,1,MATCH(INPUT!C4,INPUT!C7:V7,0))
In Cell B1 I want a formula that will pick up the value to the immediate right of whatever cell is being picked up in cell A1. So if cell A1 populates a result from cell D7 using the index formula above, in B1 I want the result from C7.
I've tried using offset but it hasn't produced any answers. Any help would be really appreciated
Thanks
=INDEX(INPUT!C8:V8,1,MATCH(INPUT!C4,INPUT!C7:V7,0))
In Cell B1 I want a formula that will pick up the value to the immediate right of whatever cell is being picked up in cell A1. So if cell A1 populates a result from cell D7 using the index formula above, in B1 I want the result from C7.
I've tried using offset but it hasn't produced any answers. Any help would be really appreciated
Thanks