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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 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!