Forum Discussion
dm2542
Feb 17, 2022Copper Contributor
Filter Formula won't produce results
I am attempting to build a table using Option/Radio buttons. I have built one table successfully, however I cannot get this FILTER formula to pull the correct data from my Master Table. Although I do...
OliverScheurich
Feb 17, 2022Gold Contributor
=FILTER(BT3:BW55;BT2:BW2=ERSTERWERT(CB1;1;"Trailer Shipments";2;"TB Shipments";3;"Trailer Production";4;"TB Production"))This formula seems to be the german translation of your formula and works well in my spreadsheet.