In numbers mac if i check an item(in checkbox) I want that item to be automatically shifted to another table.

User uploaded file

SO now the row 1 and 2 must be deleted from this table and be inserted in another table

MacBook Pro, Mac OS X (10.0.x)

Posted on Jul 20, 2015 5:07 AM

Reply
6 replies

Jul 21, 2015 1:23 AM in response to Monish D Kothari

Hi Monish,


I have approached this as a 'shopping list' or similar.

No need to delete or move rows from Table 1.

No need to filter Table 1. Leave that intact so you can tick and untick checkboxes.


Insert another table to list those items that you have ticked.

In the 'Shopping List' table, formula in A2 (and Fill Down and Fill Right)

=IF(Table 1::$A2,Table 1::B2,"")

User uploaded file

That will list every item and price where there is a tick in column A.


Now Filter the 'Shopping List' table to show only those rows where the Price is greater than zero

User uploaded file


That filter will work when you choose different items in Table 1

User uploaded file

User uploaded file


By the way, the formula in the Footer Row of 'Shopping List' is

=SUM(B)


I like Header Rows, Header Columns and Footer Rows in Numbers. They allow a formula to refer to all Body Cells. Very powerful!


Regards,

Ian.

Jul 21, 2015 1:23 AM in response to Monish D Kothari

"I unfortunately can't use filters because i also want to see the checked items ..... So i need it to be in another table."


Do you need to see the checked AND unchecked items at the same time? Will you be able to do so if they are on separate tables, as you request?


The filter suggested by SG will let you quickly switch between seeing the Checked rows, the Unchecked rows, or All rows by choosing TRUE or FALSE in the Filter Table submenu or by deselecting the Filter Tables menu item (to show all rows).


Unless you have very small tables , I suspect that switching filters will be faster than moving your view from one table to another.


Regards,

Barry

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

In numbers mac if i check an item(in checkbox) I want that item to be automatically shifted to another table.

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