How would i alter the below code to return the value one below it?
![]()
=INDEX($D:$D,MATCH(A2,$D:$D,0))
How would i alter the below code to return the value one below it?
![]()
=INDEX($D:$D,MATCH(A2,$D:$D,0))
You could do
=INDEX($D:$D,MATCH(A2,$D:$D,0)+1)
Ha... thats great. Thank you.
You're welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks