Filter Function in Numbers

Hi.


I have a Google Sheet file using Filter Function and I can't do the same in Numbers. What I need to do is:


1. In Sheet 1 keep a list of restaurants with address and kind of food.

2. In Sheet 2 have a cell I can put like "Chinese", and it shows all the Chinese restaurantes from Sheet 1.


Is there a way to do that in Numbers? I've tried the "Sort & Filter", but didn't work as I expected.


Many thanks,

Luiz

MacBook, OS X Mavericks (10.9.5)

Posted on Oct 21, 2014 4:50 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Oct 21, 2014 10:41 PM

Hi Luiz,


Here is an approach filtering on an added column. It all happens in one table.

User uploaded file

The formula in B2 and filled down is:

=IF(C2=C$1,"show","")

This column can be hidden.

C1 is a popup with a first value of "choose cuisine" then "italian", "chinese" etc.

I think this does what you are after.


quinn

6 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Oct 21, 2014 10:41 PM in response to LuixSilveira

Hi Luiz,


Here is an approach filtering on an added column. It all happens in one table.

User uploaded file

The formula in B2 and filled down is:

=IF(C2=C$1,"show","")

This column can be hidden.

C1 is a popup with a first value of "choose cuisine" then "italian", "chinese" etc.

I think this does what you are after.


quinn

Reply

Oct 21, 2014 7:58 PM in response to t quinn

Hi. Thanks for answering.


Take a look in what I have in Google Sheet:



User uploaded file

User uploaded file

User uploaded file

User uploaded file

Maybe I'm not using it right, but seems to me if I need to change what I want to see (if Chinese, Italian...) I need to go back in Filter dialog and change the value, can't be dynamic, based in a cell value. Besides that seems to me if I use filter all the rest of my sheet disappears. This Filter Function can be put in any place, so I can do, for example, first 5 lines showing Chinese, the next 5 showing Italian etc.


Hope my screenshots helps.

Thanks.

Reply

Oct 22, 2014 3:42 AM in response to t quinn

Hello, Quinn.


Many thanks. Worked perfectly. I add another rule to show everything if the pop-up is in "Choose Cuisine", just to avoid the sheet to start blank. What I did was a formula in the "show" column: =IF(D2=$D$1;"Show";(IF($D$1="Choose cuisine...";"-";""))) and inserted "-" in the filter.


Thanks a lot.

Luiz

Reply

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.

Filter Function in Numbers

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