Forum Discussion

Paxter's avatar
Paxter
Copper Contributor
Jan 05, 2025
Solved

Fetch data depending on value in list

I have a list of lines with a number of cells each containing values referring to the first cell , i.e.: Sweater, 10, USD Car, 10000, USD Socks, 2, USD   In the last cell of every line I've made...
  • HansVogelaar's avatar
    Jan 06, 2025

    Let's say your data are on Sheet 1 in A2:D100, with items in column A and categories in column D.

    On the other sheet, the category clothes is in B1.

    In another cell:

    =FILTER('Sheet 1'!A2:A100, 'Sheet 1'!D2:D100=B1, "No Match")

Resources