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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives