Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 3
Default Conditional Formula Based On A Check Box

Hi all

Is there a way to set a conditional formula based on a check box created thru the developer tool box

I would like to creat a work sheet that has ( 6 ) check boxes
When the check box is checked it call for a formula set
When it is unchecked it calls for a different formula set

Each formula set would contain a minimum of ( 2 ) formulas

Example
Check Box #1 = ( X )
When Check Box ( X ) is checked it uses formula set (A1)
Formula set (A1) has formula (a1) & (a2)
When Check Box ( X ) is unchecked it uses formula set (A2)
Formula set (A2) has formula (a3) & (a4)

Check Box #2 = ( Y )
When Check Box ( Y ) is checked it uses formula set (B1)
Formula set (B1) has formula (b1) & (b2)
When Check Box ( Y ) is unchecked it uses formula set (B2)
Formula set (B2) has formula (b3) & (b4)

Any Help on this issue would be greatly appreciated

Thanks in advance for the help

Bradley Wolosz

Last edited by Brad Wolosz : October 3rd 08 at 10:18 PM Reason: FOund Other post I submitted
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formula Based On A Check Box

Can you be more specific? What *exactly* would these formulas do?

If you link the check box to a cell then it's fairly simple to base a
formula on whether the check box is checked or not checked. When a check box
is checked the linkd cell returns TRUE and when the check box is not checked
the linked cell returns FALSE. So, you can use a formula like this:

linked cell = A1

=IF(A1,use_this_formula,use that_formula)

--
Biff
Microsoft Excel MVP


"Brad Wolosz" wrote in message
...

Hi all

Is there a way to set a conditional formula based on a check box
created thru the developer tool box

I would like to creat a work sheet that has ( 6 ) check boxes
When the check box is checked it call for a formula set
When it is unchecked it calls for a different formula set

Each formula set would contain a minimum of ( 2 ) formulas

Example
Check Box #1 = ( X )
When Check Box ( X ) is checked it uses formula set (A1)
Formula set (A1) has formula (a1) & (a2)
When Check Box ( X ) is unchecked it uses formula set (A2)
Formula set (A2) has formula (a3) & (a4)

Check Box #2 = ( Y )
When Check Box ( Y ) is checked it uses formula set (B1)
Formula set (B1) has formula (b1) & (b2)
When Check Box ( Y ) is unchecked it uses formula set (B2)
Formula set (B2) has formula (b3) & (b4)

Any Help on this issue would be greatly appreciated

Thanks in advance for the help

Bradley Wolosz




--
Brad Wolosz



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Based On a Check Box Brad Wolosz Excel Worksheet Functions 2 October 4th 08 06:20 AM
Conditional formula based on a check box entry Shawn Excel Worksheet Functions 1 August 18th 07 05:46 AM
Conditional formula based on a check box entry Shawn Excel Worksheet Functions 0 August 17th 07 10:54 PM
Check if Conditional Format is True or False / Check cell Color Kevin McCartney Excel Worksheet Functions 5 June 29th 07 11:12 AM
Conditional Formatting based on Formula Pete Petersen Excel Worksheet Functions 1 January 17th 05 11:49 PM


All times are GMT +1. The time now is 07:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"