Stumped- Possible VLOOKUP Formula?
Hello :) I am trying to add a checkmark next to anyone's name who has served as a reviewer when their name appears in the provider being reviewed column. All this info is in the same sheet. Any ideas on a formula?
Best Answer
-
ok now it's clear.
have you ever played with VLOOKUP function? if yes I would do this trick.
ok my solution is not the prettiest but it works ;)
=IFERROR(VLOOKUP(Description@row, [Project Name]:Extra, 2, 0), 0)
you need to add extra column which will be full of 1 from top till bottom (you can hide it later) but it will be needed for vlookup function… so whatever will be found will be 1 and if there is no match it will be 0 that's why iferror is used.
not the prettiest solution but it's the first that comes into my head :)
hope it helps
The Smartsheet Lover
Is there anything else we can help you with?
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
Answers
-
Hi Lea,
I would love to help you but I do not understand what you want to achieve.
Can you fill some data in those 3 columns to show when the checkmark shall be filled?
The Smartsheet Lover
Is there anything else we can help you with?
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
-
Thank you for trying to help!
I want a checkmark to automatically show in the "Provider Being Reviewed automatically is Also a Reviewer" column below when a provider being reviewed is also a person reviewing the provider.
Scott Keith and Chris Tobia are examples in the screenshot below. Both of them are someone getting reviewed and they are also reviewers. @kowal
-
ok now it's clear.
have you ever played with VLOOKUP function? if yes I would do this trick.
ok my solution is not the prettiest but it works ;)
=IFERROR(VLOOKUP(Description@row, [Project Name]:Extra, 2, 0), 0)
you need to add extra column which will be full of 1 from top till bottom (you can hide it later) but it will be needed for vlookup function… so whatever will be found will be 1 and if there is no match it will be 0 that's why iferror is used.
not the prettiest solution but it's the first that comes into my head :)
hope it helps
The Smartsheet Lover
Is there anything else we can help you with?
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
-
This helped me get to a solution. Thank you @kowal!!
-
Happy to help! :)
The Smartsheet Lover
Is there anything else we can help you with?
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!