I am working on building a template to create the same type of email list and having difficult with pulling certain values to the Import Page.
I have macros bringing over all the emails and now I need to match the email with the other information on the page: name, client name, client id. The trouble is these emails could be in 1 of three sheets, or multiple sheets.
The formula I am trying to use is:
=IF(ISNA(VLOOKUP(E2,'Client Contacts'!A:I,1,0)),IF(ISNA(VLOOKUP(E2,'Client Users'!A:I,2,0)),VLOOKUP(E2,'Partner Users'!A:I,2,0),VLOOKUP(E2,'Client Users'!A:I,2,0)),VLOOKUP(E2,'Client Contacts'!A:I,1,0))
This is my first time asking for help with something like this, I can typically research and discover my errors, but I am needing some outside help!











LinkBack URL
About LinkBacks
Register To Reply

Bookmarks