How to concatenate multiple IF statements' texts
Hello!
I'm new to Smartsheet. I have a sheet that used to be in an Excel file. There's a column call "Currently Delay (Rolled Up Reasons)" which I'm having trouble creating. The original Excel formula is:
=IF(AU6="Yes", CONCATENATE(
IF(AND(AE6<>"", AF6 > TODAY()), $AE$3 & " ","")
, IF(AND(AG6<>"", AH6 > TODAY()) ,$AG$3 & " ","")
, IF(AND(AI6<>"", AJ6 > TODAY()), $AI$3 & " ","")
, IF(AND(AK6<>"", AL6 > TODAY()), $AK$3 & " ","")
,IF(AND(AM6<>"", AN6 > TODAY()) ,$AM$3 & " ","")
,IF(AND(AO6<>"", AP6 = "Incomplete"), $AO$3 & " ","")
, IF(AND(AQ6<>"", AR6 > TODAY()), $AQ$3 & " ","")
,IF(AND(AS6<>"", AT6 > TODAY()), $AS$3 & " ","")),"")
-- AU: Currently Delay (Yes/No)
-- AE: Commitment Start / AF: Commitment End / AE3: Commitment
-- AG: Site Selection/LOI Start / AH: Site Selection/LOI End / AG3: Site Selection/LOI
-- AI: Leasing Start / AJ: Leasing End / AI3: Leasing
-- AK: Drawings Start / AL: Drawings End / AL3: Drawings
-- AM: Permitting Start / AN: Permitting End / AM3: Permitting
-- AO: Equipment Start / AP: Equipment End / AO3: Equipment
-- AQ: Construction Start / AR: Construction End / AQ3: Construction
-- AS: Inspections Start / AT: Inspections End / AS3: Inspections
I'm trying to replicate this formula in Smartsheet, but I haven't been successful. I've tried couple different ways already. So I'm hoping someone here can help. Thank you in advance!
Answers
-
Hi @aprilwu
I hope you're well and safe!
At a glance, it looks like you should look into using JOIN and COLLECT.
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!