how to test if a check box is checked

D

dan

how to test if a check box is checked

I want to change my text field to a check box

this is what I have
=IF(ISTEXT(M7),E13/2,E13) will do E13/2 if there is text in M7 or E13 if it
is blank


instead of text I want to use a check box -- E13/2 if box is checked or E13
if not checked
 
D

dan

I think I got it to work linking the check box to M7
=IF(M7=TRUE,E11/2,E11)
but the values TRUE or FALSE display in M7 - how do I leave M7 blank?
I made the font white (same as background) so it doesn't show

looks like I got what I want - any better ideas?
 
T

Tyro

I suggest you post your inquiry in the Excel newsgroup
microsoft.public.excel.worksheet.functions. This newsgroup should not really
be here.

Tyro
 
D

dan

thanks
I wasn't sure which group to use and judging from the number of post here it
looked like the place to be
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top