How can I update cell 1 with the information from cell 2 when cell 3 is "1"?
Hi,
I want the selected cell in Column19 to pull through A, B, C, D, E or F if the search filed has a "1" in it. I have tried INDEX MATCH, nested IFS, but nothing seems to work. Closest I got was a 'No Match', but not sure why the corresponding letter was not pulling through.
This is all on the same sheet with columns either side of the fields I have pasted here.
Example:
Hope you can assist.
Thank you,
Best Answer
-
=IF([Column13] = "F", "Name 1", IF([Column8] = 1, "A", IF([Column9] = 1, "B", IF([Column10] = 1, "C", IF([Column11] = 1, "D", IF([Column12] = 1, "E", IF([Column13] = 1, "F", "")))))))
This will work as long as only one column contains "1". If you need to return multiple results, you will need a different approach. This should also be setup as a column formula and will retain the "Name 1" cell.
Answers
-
=IF([Column13] = "F", "Name 1", IF([Column8] = 1, "A", IF([Column9] = 1, "B", IF([Column10] = 1, "C", IF([Column11] = 1, "D", IF([Column12] = 1, "E", IF([Column13] = 1, "F", "")))))))
This will work as long as only one column contains "1". If you need to return multiple results, you will need a different approach. This should also be setup as a column formula and will retain the "Name 1" cell.
-
AMAZING!!!
VIRTUAL HIGH FIVE!!!🖐️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives