Hi Guys!
I have the following Formula which works great
=INDEX(UKDATA,MATCH(E2,UKDATA,0)+5)
This Looks for a MATCH of Cell E2 within the Range "UKDATA" and returns the 5th Cell below the Match.... Perfect
Is there a way i can not only return the 5th Cell but also the 6th Cell?
I have been trying;
=INDEX(UKDATA,MATCH(E2,UKDATA,0)+5,+6)
&
=INDEX(UKDATA,MATCH(E3,UKDATA,0)+5),MATCHMATCH(E3,UKDATA,0)+6)
But obviously this is not working for me...
Any ideas?
Bookmarks