Hello,
I am using a nested formula to get data from an excel sheet. The Formula looks like below (just an example)
=VLOOKUP($H3,OFFSET($A$1,MATCH(I$2,$A:$H,0),1,17),3,0)
Now what happens sometime I have to move more step than defined in above formula. If You see the example table below you...