R
royend
Hi,
I have a worksheet containing a persons name and some facts about th
person. In another sheet I woul like to pick persons from a list (i
cell A7) and then have the extra information appear in the cell next t
the selected person (cell B7). With my setup, all I need is th
row-number of the person to make this work. What I tryed to pick u
the correct row-number is:
MATCH(A7,Names!A$1:A$150,ROW()) 'The ROW() is supposed to get th
correct row-number of the selected person.
It sometimes give me correct info, but most of all just gives me
random number (it seems).
All tips and hints will be appreciated.
Roy Endr
I have a worksheet containing a persons name and some facts about th
person. In another sheet I woul like to pick persons from a list (i
cell A7) and then have the extra information appear in the cell next t
the selected person (cell B7). With my setup, all I need is th
row-number of the person to make this work. What I tryed to pick u
the correct row-number is:
MATCH(A7,Names!A$1:A$150,ROW()) 'The ROW() is supposed to get th
correct row-number of the selected person.
It sometimes give me correct info, but most of all just gives me
random number (it seems).
All tips and hints will be appreciated.
Roy Endr
$150,2,0)