so i'm trying to do this:
- goto cell A4; look for it in Sheet2, column A;
- then return what that row has in column G, followed by a "," (so as to allow sending an email to multiple recipients) followed by what that row has in column H;
- followed by what is in cell B4, and making that the subject.
i'm trying to work on this, but dont know how to implement either index/match or vlookup aspect
=HYPERLINK(CONCATENATE("mailto:",G3,H3,"?subject=",B4,),"Send e-mail")
appreciate any help!
Bookmarks