Share via

Reference Check Boxes in a Formula

Anonymous
2014-07-28T17:41:43+00:00

I am creating Word documents to use in an office setting so that my employees can fill out certain areas of the form which would then calculate costs and other job related numbers. I am looking to reference a check box in a formula, but am unsure if it is possible to do so. If it is, how does Word represent the status of the check box? I.e. 1/0, true/false, etc. Further, is it possible to then assign the check box a bookmark and reference the status of the check box in a conditional statement such as =NOT(x) or =AND(x)?

Thank you in advance!

Stern

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Paul Edstein 82,861 Reputation points Volunteer Moderator
2014-07-29T04:04:41+00:00

I assume you're referring to checkbox formfields. You cannot cross-reference checkbox formfield results from another field. A macro is required for anything that is required to process them. Accordingly, you might get better results using a dropdown formfield to simulate the checkboxes, as you can reference dropdown formfield results from other fields. Using dropdown formfields also enables you determine whether a particular 'check' option has actually been chosen, rather than skipped over.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2014-07-30T12:58:31+00:00

    macropod, 

    Thank you for your help. I guess I was thinking check box fields in Word worked similarly to when a check box is assigned to a cell in Excel and that cell displays T/F depending on the status of the check box. 

    Thank you for your help.

    Stern

    Was this answer helpful?

    0 comments No comments