Check Box included in a formula

  • Thread starter Thread starter Corey
  • Start date Start date
C

Corey

Is it possible to include a Check Box result into a calculation ?
EG,
=IF(checkbox="TICK",V35,IF(checkbox="",0))

Corey....
 
Go into Design mode, right click on your check box and open properties.
Enter a cell in LinkedCell field, A1 for example

Now put this in your formula:

=IF(A1=True, V35, 0)
 

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

Similar Threads

Trouble adding timesheet formulas 1
"IF AND" statement 2
Check Boxes 1
Filter query with checkboxes 0
Make a cell blank? 1
check and uncheck macro 5
CheckBox Q 1
recolor cell upon entry 1

Back
Top