Using a Flag column to identify associates that are on another sheet.
Hi,
I'd like to create a formula to vlookup a cell value from a separate smarsheet and if that associate is on that sheet, instead of pulling back #NO MATCH, and the cell value if it is on the other sheet, I'd like for it to flag an associate if they are on the list. So I'd like that column in my main sheet to be a flag or checkbox column and only if they are on the separate list, it will flag or check the box.
Any help is appreciated😀
Answers
-
A quick one might be to flag those that do not exist on the sheet rather than flagging those that do
Have a look at the IFERROR and ISERROR Functions
something like =IFERROR(Your Vlookup Statement, TRUE)
would put a flag or check a box in a checkbox column if it did not exist
I think below would put a Flag where your vlookup worked
=IF(ISERROR(YourVlookup), False, True)
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!