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
Hi all. My team is currently using a sheet to track tasks and hours spent on each task, for each week of the month. There are 4 different types of tasks (Project, Initiative, Ad Hoc, Daily Task), and some of out project managers work on the same project or initiative. I am trying to create a COUNTIF formula to count the…
Okay, so I have been working this problem for a few days and it's officially making me crazy. Here's the problem statement: I have 3 intake sheets for different business units. Each has an Auto-Number column that has a prefix for the BU. I need to consolidate all of the attachments from those 3 sheets into 1 sheet. So on…
I am trying to get a formula that will count the number of times a date appears in a particular column.