Formula IFS return values from other columns
Hi, i am trying to set a new column that should return EAS or ETS text depending of what it is in column named "ETS", but i want to add another if that return a value from column "Business Dropdown" if the column ETS is blank. This is the formula that i wrote now very simple and it is running well, but it is missing the argument if the column ETS is blank then go to column "Business dropdown" and return that value. Thanks for your help.
=IF(ETS@row = "EAS", "EAS", IF(ETS@row = "ETS", "ETS"))
Best Answer
-
Hi @Raul Cabrera ,
Give this try.
=IF(ETS@row = "", [Business_Dropdown]@row, IF(ETS@row = "EAS", "EAS", IF(ETS@row = "ETS", "ETS")))
Hope this helps,
Dave
Answers
-
Hi @Raul Cabrera ,
Give this try.
=IF(ETS@row = "", [Business_Dropdown]@row, IF(ETS@row = "EAS", "EAS", IF(ETS@row = "ETS", "ETS")))
Hope this helps,
Dave
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!