Try this:
With A2 containing the UserID
This formula generates a link that creates an
email in the default email program:
B2: =IF(A2<>"",HYPERLINK("mailto:"&VLOOKUP(A2,your_list,2,0),
"Click to email"),"")
Replace: your_list
with the actual reference to your lookup table.
Does that help?
------------------------
Regards,
Ron
Microsoft MVP (Excel)
(xl2003, XP Pro)
>I have a supply request form that has a picklist for the user initials and
> when that is selected I would like another cell to populate with the
[quoted text clipped - 7 lines]
>
> Thoughts ?