Return value of another cell

tsammons
✭✭✭
Sheet 1 has the following two columns
Column 1(Yes/No); Column 2 (Date).
In sheet 2, looking for the following Formula:
If value in Column 1 = "Yes", return the corresponding date from Column 2
Any ideas?
Answers
-
Try something like this...
=INDEX({Sheet 1 Column 2}, MATCH("Yes", {Sheet 1 Column 1}, 0))
-
Here is the formula I'm using:
=INDEX({Food Safety Weekly Training Range 15}, MATCH("Yes", {Food Safety Weekly Training Range 1}, 0))
This is returning an "Invalid Column Value" error.
Thanks for your help!
-
Make sure both the column the formula is in as well as Range 15 are date type columns.
-
I didn't have the formula column set as a date . . worked like a charm. Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!