IF formula based on other cells
Hi, I am trying to create a few different formulas based on the liaison change request being yes. I would like to #1 capture the current liaison's name in the previous liaison column #2 move the new liaison name to the current liaison column. Is this possible? I am sure I might need a helper column or two but unsure how to go about this.
Thanks for the help!
Best Answer
-
You are going to need to leverage the API, the premium add-on Bridge, or some other similar third party app.
Answers
-
Hey Melanie!
I have a question and then I hope I can help.
Where does the previous liaison data reside now? Is there a different column not shown? I assume in your example that the output would not be Anthony nor Melanie. -
@Gina Minard-Rivera Hi Gina, The previous liaison would be the current liaison if there is a change and someone is entered into the new liaison column.
-
Thanks @Melanie Sanders - try this within the Previous Liaison column:
=IF([Liaison Change Request]@row = "YES", [Current Liaison]@row, "") -
@Gina Minard-Rivera That is part one, thank you! How will I move the new liaison to the current liaison column without changing the previous liaison?
-
You are going to need to leverage the API, the premium add-on Bridge, or some other similar third party app.
-
@Gina Minard-Rivera You are awesome!
I have added another column to the mix. If there is a new liaison in the NEW LIAISON NAME & EMAIL column, then I would like that depicted in the CURRENT LIASON NOW column but if the NEW LIAISON NAME & EMAIL column is blank, then I would like the CURRENT LIASON NOW column to be what is in the CURRENT LIAISON column. Can you help with this formula as well?
-
Hey @Melanie Sanders thanks for the changes! I was struggling with the second part and came to the same conclusion as Paul, though I didn't know the options that he shared.
Put this formula in the Current Liaison Now column:
=IF([Liaison Change Request]@row = "Yes", [New Liaison Name & Email]@row, "")
If Change Request = NOIf Change Request = YES
-
Hi @Gina Minard-Rivera Thank you. What if the New Liaison Name & Email column is blank then it is CURRENT LIAISON and when it is not blank it is NEW LIAISON NAME & EMAIL.
I would think that could be possible??
-
It sure is - try this =IF([New Liaison Name & Email]@row = "", "", [New Liaison Name & Email]@row)
-
@Gina Minard-Rivera That pulled in the new liaison as needed but unfortunately left the column blank when there was nothing in the new liaison column. Is it possible to also have current liaison?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives