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:
Please can someone tell me the formula I need if a box is ticked how to move an amount to a different column.
so If mikes ticks is ticked how can I move the amount to amount outstanding.
thank you
Sue
Hi Sue,
That's a pretty vague description, but never let it be said that I don't like a challenge, so I'll have a go.
Let's say you have 3 columns:
You'll want to put your formula in the column you are "moving" the amount into. You are not technically moving anything to Amount After, just referencing the value in Amount Before.
The formula you need to enter in the first row of the Amount After column is:
=IF(Checkbox1,[Amount Before]1,"")
I'd copy this formula down a few rows and lock the Amount After column (right-click on the column header and choose Lock) to ensure nobody accidentally edits/deletes your formula.
The formula will copy itself down the Amount After column as new rows are populated.
You won't be able to "move" an amount per-se, but if you use Chris' formula in the Amount Outstanding column it should copy that amount to that column if the checkbox is ticked. Otherwise, that amount will be 0.
Thank you
will try this.
sue
So here what I'm trying, I have multiple solution and status for all. Trying to get the total net worth value of order based on solution + individual status. Let's say I want to capture the total revenue for Centralised Inventory with all different status as below: I tried with Sumifs but it's not calculating all values.…
I would love some help troubleshooting a column link issue between two sheets used for department metric scorecards. Sheet 1 (source sheet) is the metric submission sheet where metric owners report quarterly data. Sheet 2 (target sheet) is the scorecard that shows quarterly goals and actuals, with a status symbol for each…
Hi all, Question: What makes cell formula update/populate a value and why would there be a long delay? Here's my issue: I noticed a request was stuck in my workflow, and when I reviewed the cell history on the helper columns I noticed the culprit was a cell with a relatively simple formula that didn't populate a result…