Forum Discussion
chiarakmessina
Jun 11, 2024Copper Contributor
Listing select data from one tab in another
I am trying to find a formula to list select data from one tab into tab sheet on the same document. For example, say Tab 1 had the following information listed in Column A: Apples A Oranges A ...
Riny_van_Eekelen
Jun 11, 2024Platinum Contributor
I you are using a modern version of Excel, you can use the FILTER function.
=FILTER('Tab1'!A1:A4,ISNUMBER(FIND("Apples",'Tab1'!A1:A4)))