Sign in to join the conversation:
I'm trying to create a formula that adds together random cell totals together in a column.. what should the formula look like?
Are you adding cells from the same row together? Or from different rows? There are a few different ways you can do this...
You can either Sum a range of cells that are beside each other...
Or you can manually add cell values using basic math.
If you're summing differnt rows, replace @row with the row numbers.
Beautiful!! Thank you.. manual works for this scenario..
Bob
Hello, This might be somewhat of a long/confusing one. I am trying to figure out how to better automate categorization for blood pressure categories when being placed into a sheet. For example, in the image below the column "BP" is where the initial number is input. I then put a LEFT formula in the column "Sys formula" to…
I’m trying to set up an automation rule in Smartsheet where the “Status” column automatically changes to “In Progress” when the “% Complete” column is updated to a value between 1% and 99%. I noticed that there isn’t a “between” function available when setting conditions in the automation workflow. What is the correct way…
Hi all, I need support by set up of a formula. The case is: - If column 'Team' = Security AND column 'T-shirt size hours' = L = 2 days THAN column Days_Sec = 2 - If column 'Team' = Development AND column 'T-shirt size hours' = L = 2 days THAN column Days_DEV = 2 - If column 'Team' = Basis AND column 'T-shirt size hours' =…