Formula referencing another sheet
dryj
✭✭
Hi all - new to formulas. This is what I'm trying to do...
Sheet A: has list of all members
Sheet B: has requests from anyone, not just members.
We want to have B look at A and if a request is from a member, it states on Sheet B that yes this person is a member so they should get the discount for their request.
So I need it to look to see if the person's name is on Sheet A and return back saying Yes or No.
Is this an "If" formula? Index?
Any help is appreciated!
Answers
-
Try something like this:
=IF(HAS({Sheet A Name Column}, [Name Column]@row), "Yes", "No")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!