Sign in to join the conversation:
I need a formula for my sheet and I am failing. I need a formula that works for the attached screenshot.
Calculates: Qty (LB1) x List Price (LB1) x % (LB 1)
I really should have paid more attention in algebra! :-(
Hi,
if you really want to see how many $ 4% are, then use something like this:
=([Qty (LB1]@row*[List Price (LB 1)]@row)*[% (LB 2)]@row
And go to the Smartsheet help center and have a look at the formula help there ;-)
Hope this helps.
This article is also really helpful for learning what each of the formulas do.
Is there a trick to creating a column of unique values for each row that will not change after it is created? I cannot use Auto-ID because the row then gets copied to another sheet that utilizes Auto-ID and Smartsheet limits that. I'm stuck and ChatGPT keeps making recommendations that don't work.
I have a sheet that has all of our orders on it. I have other sheets "Gantt" for each machine. I want each machine sheet to auto populate every order that is assigned to it, when an order gets assigned to the machine. I don't want to set an automation to copy the row from the orders sheet to the machine sheet because I…
Hi Community Facing a problem many others have posted about, but haven't seen a solution yet and wondered if it had been solved. I want to be able to add a row on a resource sheet for each project resource once a project has been set to 'X' on a Projects sheet. I have tried through automations but the daisy-chain limit…