IF Function question

N

nwhusker

Hi,

I am using a worksheet with Checkboxes included. I need to create a
function that if the checkbox is checked, a value will show in another
cell. I can't figure out how to make the logical test relate to the
control/form checkbox. Is it possible to do this? Or do I need to
create a macro in VB to do this? Any ideas?

Thanks,
Carl
 
M

Mangesh

Right click on the control (checkbox in your case). Go to properties.
Linked Cell. Mention some cell say A1. This cell is now linked to your
control. You can then use this cell for your logical tests. You don't
need an macro.
 

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