Apple Intelligence now features Image Playground, Genmoji, Writing Tools enhancements, seamless support for ChatGPT, and visual intelligence.

Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >

You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

Auto populate another sheet when checkbox checked

I am developing a scope of work sheet in numbers. I would like to have common items that we do in the renovation as a checklist on sheet 1, then if an item is checked yes in sheet 1 would like for that item to transfer to sheet 2 as a list of work that needs to be completed. Then we can print sheet 2 off as our scope of work. Does this make sense? Can anyone help me do this?

Posted on May 2, 2019 8:54 AM

Reply
Question marked as Top-ranking reply

Posted on May 2, 2019 9:17 PM

""Index" is in F9

Formula is in F10"


Then the formula in F10 should be:IF(C10,MAX(F$:F9)+1,"")


And NO cell in the range F1:F9 can contain a number.


What is currently in rows 1 to 8? Could than data be placed in a table separate from the checklist?


A screenshot showing A1 to F16, with F10 selected, and at least one unchecked box would be useful.


Regards,

Barry



Similar questions

8 replies
Question marked as Top-ranking reply

May 2, 2019 9:17 PM in response to sakindona

""Index" is in F9

Formula is in F10"


Then the formula in F10 should be:IF(C10,MAX(F$:F9)+1,"")


And NO cell in the range F1:F9 can contain a number.


What is currently in rows 1 to 8? Could than data be placed in a table separate from the checklist?


A screenshot showing A1 to F16, with F10 selected, and at least one unchecked box would be useful.


Regards,

Barry



May 2, 2019 9:49 AM in response to sakindona

Here's one way.


It uses two formulas, one to create an Index column on Table 1 (the checklist), the other to capture the checked items and copy then to Table 2 (the To Do table).

The formula shown in entered in C2 of the checklist table, and filled down to the end of the column. C1 may be left empty, or may contain a text value (which MAX will read as 'zero')


In use, column C is needed by Numbers, but the user has no need to see it, son the column may be hidden, as it is below:

The formula below the table is entered in A2, then filled down to the last row of column A.

IF first checks the index column (C) of table 1 to determine if all checked items have been transferred.

If so, it places a null string in the cell, making it appear empty.

If not, MATCH searches Column C of Table 1 for the number one less than the current row, and returns the row number of the row containing that index number in the list in column C.

MATCH passes the position number to INDEX, which returns the value in that row of column A.


NOTE: When you create a new Sheet on which to place the ToDo list, the Sheet will come with a Table, named Table 1.

This will cause no issues with the first formula, which references only cells on its own table.

But the second formula references cells on Table 1 (on Sheet 1). Renaming one or both tables so that each has a distinct name let's Numbers recognize which table is the one containing the cells in column A and Column C without requiring the Sheet name o be included. Do the renaming before entering the formulas, then use the name of the checklist table where I have used "Table 1"


Regards,

Barry

May 2, 2019 11:02 AM in response to sakindona

Hi sakindona,


Is the text "Index" In cell F1?


My tables assume that Table 1 contains one Header row (Row 1), and that the labels are in that row. Your table appears to have at least one row above the cell containing the text "Index", which may be part of the problem.


What is the address (column and row) of the cell containing "Index"?

What is the address (column and row) of the first cell containing the first formula?


Regards,

Barry

May 2, 2019 8:05 PM in response to sakindona

Why not take advantage of built-in filtering capabilities in Numbers? Filter on the checked column, select visible cells, command-c to copy, click in a cell of the separate table, and command-v or Edit > Paste and Match style. Done in a few seconds. No formulas. Even if you have to update often, this is very efficient.


SG

Auto populate another sheet when checkbox checked

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