Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Checkbox in numbers

I am working with numbers version 1.3.1 on an iPad 2.

I am looking for help with checkboxes, and how to enter a formula for them. I have checkboxes on the left in a column and then a description of a product in the next column then a price in the next column. What I am wanting is when the checkbox is checked for that value to be entered into another cell on a separate sheet. My customers will have lots of choices so this formula will need to be performed on many of my sheets to one final sheet. Hope someone can help

IPad 2, iOS 4

Posted on Mar 14, 2011 4:20 AM

Reply
Question marked as Best reply

Posted on Mar 14, 2011 10:11 AM

basically your just looking to populate another cell with a value next a check box, only if that check box is checked?

This can be done with the IF statement. You would have a list that is the exact length as your orignal list, but it would only show data where they checked boxes.

I made a default spreadsheet with two sheets and one table each. In the 1 sheet, cell A2 is my check box and a value is in B2. In b2 of my other sheets table I put in this formula:

IF(Sheet 1::Table 1::A2,Sheet 1::Table 1::B2,"Not Checked")


You would just replace the "Not checked" with an empty string "" for your purposes.

Jason
1 reply
Question marked as Best reply

Mar 14, 2011 10:11 AM in response to Dumb1234

basically your just looking to populate another cell with a value next a check box, only if that check box is checked?

This can be done with the IF statement. You would have a list that is the exact length as your orignal list, but it would only show data where they checked boxes.

I made a default spreadsheet with two sheets and one table each. In the 1 sheet, cell A2 is my check box and a value is in B2. In b2 of my other sheets table I put in this formula:

IF(Sheet 1::Table 1::A2,Sheet 1::Table 1::B2,"Not Checked")


You would just replace the "Not checked" with an empty string "" for your purposes.

Jason

Checkbox in numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.