ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   i want to base a formula off whether a checkbox is filled in (https://www.excelbanter.com/excel-discussion-misc-queries/129268-i-want-base-formula-off-whether-checkbox-filled.html)

Josh

i want to base a formula off whether a checkbox is filled in
 
I want to use a check box and have it to base formulas i.e. if the checkbox
is filled in use this formula if notr use that formula how do i do this??

Dave Peterson

i want to base a formula off whether a checkbox is filled in
 
Use a linked cell.

Then you can use a formula like:

=if(a1=true,firstformulahere,secondformulahere)

(A1 was my linked cell.)

Josh wrote:

I want to use a check box and have it to base formulas i.e. if the checkbox
is filled in use this formula if notr use that formula how do i do this??


--

Dave Peterson

ufo_pilot

i want to base a formula off whether a checkbox is filled in
 
=IF(A1=TRUE,"box is checked","box is NOT checked")
edit A1 to where your checkbox is and the comments
btw
TRUE = box is checked
FALSE = box is NOT checked


"Josh" wrote:

I want to use a check box and have it to base formulas i.e. if the checkbox
is filled in use this formula if notr use that formula how do i do this??


ufo_pilot

i want to base a formula off whether a checkbox is filled in
 
=IF(A1=TRUE,Formula if box IS checked,Formula if NOT checked)
sorry, overlooked that you needed to add formulas...


"Josh" wrote:

I want to use a check box and have it to base formulas i.e. if the checkbox
is filled in use this formula if notr use that formula how do i do this??



All times are GMT +1. The time now is 08:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com