Best Of
Re: Stop Calculating Days After a Cell Changes
To make it easier try breaking your IF function into the 3 separate parts/functions it should have, to write those out logically, and then combine into the final formula by putting commas between them. If, Then, Else/otherwise:
If Assigned date is blank: ISBLANK([Assigned Date]@row)
Then calculate networkdays between created date and today: NETWORKDAYS([Created Date]@row, TODAY())
Else/otherwise calculate networkdays between created date and assigned date: NETWORKDAYS([Created Date]@row, [Assigned Date]@row)
Put them all together to get: =IF(ISBLANK([Assigned Date]@row), NETWORKDAYS([Created Date]@row, TODAY()),
NETWORKDAYS([Created Date]@row, [Assigned Date]@row))
Here's the IF function page if it's helpful to read through:

Re: Filling a Contact List from another sheet
Greetings Jake,
In my opinion, the easiest way to do this would be using something like the following formula:
=IF(ISBLANK([Sup/Mgr cell with name]@row), "", INDEX(COLLECT({Contact list }, {Name}, CONTAINS([Sup/Mgr cell with name]@row, @cell)), 1))
Contact List = the sheet and column from your contact sheet you want to display if the condition is made.
Name = the value you are comparing your Sup/Mgr sheet to on your contact list.
The ISBLANK component ensures that if the space is blank, nothing happens.
I hope this helps.

Re: The Community Valentine's Day cards are back! π
Send much Valentine warm and fuzzy to @Michelle Choate 2! β¦and her two dogs!

Re: How can I open multiple sheets in Smartsheets?
When you are folder view (choose the browse icon that looks like a folder), you can right-click to open items in a new tab. I generally keep one tab in the main folder view and open everything else the way I just described.
Hope this helps,
Dave

Re: If Row is not empty, then cell equals value from another sheet
So you are getting the circular reference because you are evaluating the cell that you put the formula in. But I don't think the Match formula is going to do what you want it to do.It just returns a numerical value of the location of a cell in a table.
I think the formula you need to use is probably just a vlookup, but for that to work you have to have a unique project ID or something to help it find the project name from the other sheet. How are you identifying the project names?

Re: Removing semicolon and pull multiple values from reference sheet
@Christina09 What @Adam Costello suggested would be the most accurate since you can do an exact match.
Otherwise you can make it work with Contains, but it's possible you may get erroneous matches if your item numbers get longer and contain the shorter number.
Formula:
=JOIN(COLLECT({Item Sheet | Item Name}, {Item Sheet | Item Number}, CONTAINS(@cell, [List of Item Numbers SemiColons]@row)), CHAR(10))
Screenshot:
@Michelle Choate 2 Thanks for the tag

Re: WorkApps Loading Error
Have you encountered this on mobile or desktop? I've never seen this, but if your workaround is opening a different browser, that kind of implies to me that the problem isn't Smartsheet but something with your browser settings. Especially if there's nothing on status.smartsheet.com when you encounter the issue, you may want to consider clearing your browser cache & history, and review your security settings to make sure there's nothing conflicting. Also, Smartsheet documentation says it only supports the two most recent software updates, so if you're running an older version of a browser or using something other than the main browsers available, you might need to make a few adjustments.
Good luck!

Re: The Community Valentine's Day cards are back! π
These are so lovely! Happy Valentine's Day everyone :)
I'm so happy and proud to be part of this team π I'm sending love across rows and columns to my peers @Alison C. @Rebeca S. @Arsineh & @Maxwell Griffith , and definitely you are the champions of my heart @Genevieve P. @Georgie @Marcela π
And spreading the love to all of our spectacular community members, thank you for all what do you do to make this community a happy place. π€©

Re: Using Attachments in Automation
Hello @kkinman. Unfortunately not at this time. It is either all or nothing.
Re: The Community Valentine's Day cards are back! π
I love these so much! Happy Valentine's Day everyone!
I'm sending @Genevieve P.,Β @Marcela,Β @Isaac A. the "Community Champions of my Heart" card, and I'm sending the "You make me feel like the Awesome Reaction" card toΒ @Maxwell Griffith, @Alison C., @Rebeca S.and Β @Arsineh.
There are lots of other people I would send cards to, but I'd be here all day, so I'll spare you all the tags!
But I will send out big love to all our Community members for all you do for each other and for making our Community such a great place to be! π
