I have a requirement to extract some data which under normal circumstances
would be easily accomplished as the formula =VLOOKUP(C2,$R$12:$T$1010,3,0) would return the correct result if R12 contained 301 and T12 contained XYZ i.e. XYZ would be returned. However, I want to return the contents of cell T13 which is always 1 rows below the match in column R.
Any help is always appreciated!
Last edited by WillTravelSD; 01-13-2012 at 07:44 PM.
try this,
=INDEX($T$12:$T$1010,MATCH(C2,$R$12:$R$1010,0)+1)
HTH; Haseeb
If your problem is solved, please say so clearly, and mark your thread as Solved:
Forum Rules & How to Mark a thread as SOLVED
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks