Check box

kuecker2

New Member
Joined
May 26, 2004
Messages
17
I asked this question the other day, but really don't know how to work in macros.

I have a check box (a12). I want another cell to (c12) to show up 35 if true and blank if false.

I am working in word now (not Mac).

Please help. I am not sure where to put the macro. DO I click on the cell with the check box (a12) or the cell where I want the 35 to show up.

Where do I go to do the macro.

Isn't there just a simple formula instead of a macro =if(....?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,484
In Cell C12 enter:

=IF(A12=TRUE,35,"")

I assume you are using the Control-type Checkbox,
with the linked cell property set to A12.

Jim May
 
Upvote 0

kuecker2

New Member
Joined
May 26, 2004
Messages
17
I'm still not sure

Ok _ I got the formula and put it in in c12. I have linked the check box to a12. I just get true or flase when I check or uncheck.

Please provide step by step. I am not very experienced.

Thanks
 
Upvote 0

ADAMC

Well-known Member
Joined
Mar 20, 2007
Messages
1,169
Office Version
  1. 2013
Platform
  1. Windows
TRUE or false would be CELL A12.
If you look at C12 when you check and uncheck you wil see it is either 35 or "" as per Jims formula which works fine for me.
If its the fact you can see the true or false statment, you need to format the checkbox in cell A12 perhaps?
 
Upvote 0

Forum statistics

Threads
1,191,121
Messages
5,984,765
Members
439,909
Latest member
daigoku

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
Top