Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Can anyone help with this formula?
It works in excel but I am getting Unparseable error in smartsheets.
=IFERROR(IF([QTY]@row,<>0,[QTY]@row*[Production Rate]@row),IF([Linear Feet]@row<>0,[Linear Feet]@row/[Production Rate]@row,[Sqft]@row/[Production Rate]@row)),0)
Thanks for any help
It looks to me like you have unnecessary trailing values. The formula looks complete without the ",0)" at the end. IFERROR only takes two values, which you satisfy with the two IF's.
=IFERROR( IF( [QTY]@row<>0, [QTY]@row*[Production Rate]@row ), IF( [Linear Feet]@row<>0, [Linear Feet]@row/[Production Rate]@row, [Sqft]@row/[Production Rate]@row )),0)
Best of luck!
The dashboard previously contained 16 widgets, and I have confirmed that the widgets still exist in the backend. However, when I open the dashboard, nothing is displayed, and I am unable to enter Edit Mode or access the widgets/data sources. I have already confirmed the following: I am the owner of the dashboard and have…
I have an end date column and want to add 30 days to that for a new column that shows due date. How do I add 30 days to a date automatically?
Why is it so convoluted now! I eventually figured out the changes and ended up with a sheet that Smartsheet completely reorganised the rows and the sheet is now useless to me as it is not in a logical order for me to easily restore to its original layout. This is not an "improvement"! It was far easier to upload data…