Formula that can read multiple cells and return a value from one cell.
Hello!
I'm looking for assistance with creating a formula to return a value in the Formula Result row pictured below. The formula I'm experimenting with should read the cells within the 6 rows.
For example, in the first row, the formula result should say "Draft", and in the second row, the formula result should read "Sent" and the third row should read "Delivered", etc.
The formulas that I'm using is below and is not returning a result at all, but I can still see the formula in the column. Any suggestions or recommendations would be appreciated. 😊
=IF([Non-Exempt (Ext)]@row <> ", [Non-Exempt (Ext)]@row, IF([Non-Exempt (Int)]@row <>", [Non-Exempt (Int)]@row, IF([F(Ext)]@row <> ", [F(Ext)]@row, IF([F(Int)]@row <>", [F(Int)]@row, IF([C(Ext)]@row <> ", [C(Ext)]@row, IF([C(Int)]@row <>", [C(Int)]@row)))
Thank you in advance!
Best Answer
-
Hi.
It looks like you're missing some quote marks and some brackets at the end.
=IF([Non-Exempt (Ext)]@row <> "", [Non-Exempt (Ext)]@row, IF([Non-Exempt (Int)]@row <> "", [Non-Exempt (Int)]@row, IF([F(Ext)]@row <> "", [F(Ext)]@row, IF([F(Int)]@row <> "", [F(Int)]@row, IF([C(Ext)]@row <> "", [C(Ext)]@row, IF([C(Int)]@row <> "", [C(Int)]@row))))))
should work.
Also make it a column formula - apologies if I'm teaching you to suck eggs at this point.
Answers
-
Hi.
It looks like you're missing some quote marks and some brackets at the end.
=IF([Non-Exempt (Ext)]@row <> "", [Non-Exempt (Ext)]@row, IF([Non-Exempt (Int)]@row <> "", [Non-Exempt (Int)]@row, IF([F(Ext)]@row <> "", [F(Ext)]@row, IF([F(Int)]@row <> "", [F(Int)]@row, IF([C(Ext)]@row <> "", [C(Ext)]@row, IF([C(Int)]@row <> "", [C(Int)]@row))))))
should work.
Also make it a column formula - apologies if I'm teaching you to suck eggs at this point.
-
That worked! Thanks so much. :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!