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

checkist to create a list

i want to use a checklist of say 20 items and if the user checks 8 of them, another checklist of just the selected items is created on another page.

Posted on Nov 14, 2012 2:07 PM

Reply
1 reply

Nov 14, 2012 3:32 PM in response to Concreate

This may work for you:


Assuming you have a table like:

User uploaded file

This table is called "Base Task List". I added a column (column D) for an aux column (which you can hide).

D2=IF(C2, A2, "")

select D2 and fill down



In a second table:

User uploaded file


In the table on the right:

A2=IFERROR(SMALL(Base Task List :: D, ROW()-1), "")

B2=IFERROR(VLOOKUP(A2, Base Task List :: $A:$B, 2, 0), "")


select A2 and B2, then fill down


in both tables the first row is a header

checkist to create a list

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