I use Vlookup to get info from, e.g., B35 in a list B10:AR147
VLOOKUP("tom",distribut!$B$10:$AR$147,23,FALSE)
I want also to get info from cell B34 and B36
I used Hlookup but my list is random, has blank cells, not in order and no heading
I tried using
=OFFSET(VLOOKUP("tom",distribut!$B$10:$B$147,1,FALSE)),-1,0)
but did not work
VLOOKUP("tom",distribut!$B$10:$AR$147,23,FALSE)
I want also to get info from cell B34 and B36
I used Hlookup but my list is random, has blank cells, not in order and no heading
I tried using
=OFFSET(VLOOKUP("tom",distribut!$B$10:$B$147,1,FALSE)),-1,0)
but did not work