Formulas
I am trying to write a formula that would enter a text based on the text in another column with both columns being a dropdown.
For example if in column D the text is Pass I would like the formula to choose Complete in column A, if in column D the text is Under Review column A should state In Progress.
Best Answer
-
Hi @swightman
You will be adding the formula in Column A and it would be something like this. =IF([Column D]@row="Pass", "Complete", IF([Column D]@row="Under Review", "In Progress"))
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Answers
-
Hi @swightman
You will be adding the formula in Column A and it would be something like this. =IF([Column D]@row="Pass", "Complete", IF([Column D]@row="Under Review", "In Progress"))
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Thank you!!! That worked perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!