Forum Discussion
Jaddavedvik
Nov 06, 2023Copper Contributor
Cant use FILTER function
Hi, i want to make an table like the video below but the FILTER function doesnt seem to work in my excel sheet. Im able to choose the "array", but when i want to select the "include" i get an error m...
- Nov 06, 2023
You're probably using comma as decimal separator, so you should use semicolons ; between the arguments of the function:
=FILTER(A6:J33; A6:A33=K10; "")
HansVogelaar
Nov 06, 2023MVP
You're probably using comma as decimal separator, so you should use semicolons ; between the arguments of the function:
=FILTER(A6:J33; A6:A33=K10; "")- JaddavedvikNov 06, 2023Copper ContributorThank you so much Hans! Im still pretty new at Excel so learning every day 🙂