Sign in to join the conversation:
I am trying to get this to just show a zero when it occurs. This is the formula I am trying to use, can anyone assist?
=SUM([2019 DART]3 * 200000 / [2019 Hours]3)=IFERROR [2019 DART Rate],"0")
Try wrapping your formula with the IFerror.
=IFERROR(SUM([2019 DART]3 * 200000 / [2019 Hours]3), 0)
Here is an article specifically on how IFERROR is to be used: https://help.smartsheet.com/function/iferror
Thank you! That fixed me.
Awesome. Glad it worked for you. Have a great day.
I'm trying to work on automating lines on Smartsheet and implement copy row feature. When I click on the COPY TO field and try to search for a specific sheet for "select a destination sheet", it's not coming up. What could be the potential issues? I've seen the sheet not pop up on search for a few hours after creation, but…
Hello! I see there was recently changes made to the login screen. When I began using this program for work, I was a regular user. I eventually was added to my company's enterprise account for the premium functionality. I used to select "Log in with company account" to utilize this access. Since the changes were made to the…
I use Smartsheet as a virtual data room, with each Workspace dedicated to a specific project. I will then invite different downstream colleagues to the project sheets. I would like to set-up a Confidentiality Acknowledgement statement that the colleague has to click on "Acknowledge", before being granted access to the…