check a checkbox in a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone,

I need to check a checkbox in a formula - something like this:

=if(mycheckbox, "Yes", "No")

I'm using the ActiveX style checkbox - ie the one from the Control Toolbox.

Any ideas?

TIA
big t
 
No can do. The best you can do is to link the checkbox to a cell and check
that

=IF(G1,"Yes","No")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top