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.
The system just keeps saying "there was a problem."
Is there a way to copy a row into multi sheets without doing it manually? Be able to choose sheets and copy a row of data into new sheets. We have construction schedules build and want to add new tasks to sheets
I have an active automated notification in a sheet of project tasks that lets the "assigned to" know when anything has changed in their row. However, they don't need to know about changes they made themselves so I am trying to eliminate those. I set up a column called "MATCH" and added a formula to check for a match…