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
All the above rules are working except the 4th one in the list which asks for the cell to turn red if Group status is not started and end date is in next 14 days. I have used the Smartsheet AI tool but no luck, I have saved and refreshed. I am using a helper column for my 5th rule in the list which asks the cell to turn…
Is there a way to limit a dropdown list so that the values in the dropdown list can only be used once in a column?
I have tried this a variety of ways. I have Hotel and then 3 standard Vendor Types. I am checking to see if certain information has been entered for each of these on Sheet B. I have the formula pulling the information for these correctly. The issue is with any non-standard vendor types. Since not all meetings will have an…