Use View | Toolbars to display Forms tool
Make a check box on the worksheet; link it to a cell
The check box gives a values of TRUE (1) or FALSE (0) to a cell
I linked three check boxes to A3, B3, and C3
I had three numbers in the rows below each
I used formula =SUM(A4:A6)*A3+SUM(B4:B6)*B3+SUM(C4:C6)*C3
You can format and move the checkbox to hid the linked cell
best wishes

Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
> How can I create a macro "button" over a series of columns that will cause
> a formula in another part of the sheet to ignore the value that the column
[quoted text clipped - 12 lines]
>
> Does that make since?
churchmouse@noemail.nospam.net - 20 Mar 2006 21:29 GMT
Thanks for the quick reply
How do I link it? I can assign macros of course but not "Link"
I'm using XL2003
> Use View | Toolbars to display Forms tool
> Make a check box on the worksheet; link it to a cell
[quoted text clipped - 21 lines]
>>
>> Does that make since?
Bernard Liengme - 20 Mar 2006 21:34 GMT
Right click CheckBox
Use Format Control from menu
Open Control tab and locate Cell Link box
I find it best to click on the cell with the dialog open rather than type
cell reference
best wishes

Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
> Thanks for the quick reply
> How do I link it? I can assign macros of course but not "Link"
[quoted text clipped - 25 lines]
>>>
>>> Does that make since?
churchmouse@noemail.nospam.net - 20 Mar 2006 21:41 GMT
OK got that,
in your formula:
=SUM(A4:A6)*A3+SUM(B4:B6)*B3+SUM(C4:C6)*C3
does the "*A3" tell the formula to evaluate if the link in A3 is true? Is
that how it works?
churchmouse@noemail.nospam.net - 21 Mar 2006 17:54 GMT
Ahh I see, it multiplies by 1 or zero depending on state. Genius! Thanks a
bunch!
> Right click CheckBox
> Use Format Control from menu
[quoted text clipped - 31 lines]
>>>>
>>>> Does that make since?