Hi all,
I have a situation where an automated process references my spreadsheet to get an email address and send emails automatically. This all works perfectly with a simple vlookup, but I have now been asked to enable the email to go to multiple contacts so my basic vlookup now doesnt work!
My spreadsheet table is setup with column T being the managers email address. This is found by looking up in the managers email address table below:
Obviously, if the department is Projects, then it finds the only result and returns it with no issue. If the department is warehouse then it will only return one of the results from this table.
Ideally, I want this lookup up to find all results and seperate them with a ; in order for this to then be pulled in as an email address within my power automate flow.
Can anybody assist with the lookup element of this?
I have a situation where an automated process references my spreadsheet to get an email address and send emails automatically. This all works perfectly with a simple vlookup, but I have now been asked to enable the email to go to multiple contacts so my basic vlookup now doesnt work!
My spreadsheet table is setup with column T being the managers email address. This is found by looking up in the managers email address table below:
Manager Name | Department | Email Address |
TEST1 | Warehouse | test@gmail.com |
TEST2 | Warehouse | test@gmail.com |
TEST3 | Projects | test@gmail.com |
TEST4 | IT (inc Business Systems) | test@gmail.com |
Obviously, if the department is Projects, then it finds the only result and returns it with no issue. If the department is warehouse then it will only return one of the results from this table.
Ideally, I want this lookup up to find all results and seperate them with a ; in order for this to then be pulled in as an email address within my power automate flow.
Can anybody assist with the lookup element of this?