Hi
lets assume you have in column A the last name and in column B the
first name (and that the combination of both is unique in your file).
Then use the following array formula (entered with CTRL+SHIFT+ENTER) to
get the associated value from column C:
=INDEX(C1:C100,MATCH(1,(A1:A100="lastname")*(B1:B100="firstname"),0))
Please disregard previous post, it's late and all my thoughts ar
blurring together, What I meant to say is I have the last names an
first initial in col A (I need them set that way for the form that the
are going into.) Can I use your same formula but omit the reference t
the first name in col B? Sorry for the confusion