Using a checkbox to modify existing cell value

rzrogers

New Member
Joined
Nov 15, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello, I'm pretty new to excel, so sorry for stupid questions, and thanks in advance for your time.

Basically, I'm creating a spreadsheet that acts as a character sheet in a very numbers-heavy tabletop RPG. There are a number of abilities you can have which modify the numerical value of certain skill and attribute numbers. Most of these don't last for a long enough time that tracking them on the sheet is necessary, but there are some where it is helpful.

So, basically I want to create a checkbox (indicating whether an ability is active or not) that changes the value of of a cell that is already tracking the value of other cells. Take the following:

Checkbox un-checked:
A3=A1+A2
Checkbox checked:
A3=A1+A2+1

This feels like it should be relatively simple, so I'm sure I'm missing something... Anyway, thanks in advance.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Alright, after some continued testing, I managed to accomplish this by linking the checkbox to an unimportant cell, then using an IF function that references that cell to modify the formula... I guess my new question is: Can this be done without referencing a separate cell linked to the checkbox's TRUE/FALSE state?
 
Upvote 0

Forum statistics

Threads
1,214,565
Messages
6,120,254
Members
448,952
Latest member
kjurney

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top