Index Match - Returning a blank Value
Hi All,
I am working on using an Index/Match to pull physician email addresses based on their EMP CID, which is stored on a separate physician roster sheet.
=Index({Physician Roster 2024 Email}, MATCH([EMP CID]@row, {Physician Roster 2024 EMP CID},0))
When adding a physician to this sheet, if I leave the EMP CID field blank, it automatically pulls over the email address of the first physician listed on the roster who also has a blank EMP CID field.
Is there a way to write the formula so that only exact matches are pulled and blanks excluded?
Best Answer
-
Hi Lbrady,
Something like this perhaps?
=IF(EMP CID]@row="","",Index({Physician Roster 2024 Email}, MATCH([EMP CID]@row, {Physician Roster 2024 EMP CID},0)))
https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hi Lbrady,
Something like this perhaps?
=IF(EMP CID]@row="","",Index({Physician Roster 2024 Email}, MATCH([EMP CID]@row, {Physician Roster 2024 EMP CID},0)))
https://www.linkedin.com/in/zchrispalmer/
-
This worked perfectly! Thank you so much!
-
Awesome. Glad this worked for you!
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!