Skip to playerSkip to main content
See how I created a FILTER() fuction for Excel 2010 and older versions of Excel.

To utilize the filter function in older versions of Excel, navigate to the Data tab, then click on Filter in the Sort & Filter group. If your Excel lacks the filter formula, it may be due to the version you're using, as the filter function is available in Excel 2010 and later versions. In Office 2016, if filtering is not accessible, you might need to check your data range or consult with your IT support for potential software issues. An alternative to the filter function in Office 2016 is the "Sort & Filter" option under the "Data" tab, which allows for similar data manipulation. To enable filters in Excel, ensure your data is organized in a tabular format with headers, then select the data range and click on the Filter button in the Sort & Filter group under the Data tab.

This is how you can us my FILTER90 function for old Excels.

=FILTER_XYNET(A6:D44,A6:A44,G7,"=")

=FILTER_XYNET(A6:D44,C6:C44,G24,">")


How do I use the filter function in old Excel?,Why my Excel doesn't have filter formula?,What versions of Excel have filter function?,Why can I no longer filter in Excel?,What is the alternative to filter function in Office 2016?,How do I enable filters in Excel?,

Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/

#microsoft #excel #tips #tipsandtricks #microsoftexcel #accounting #fyp #fypシ #exceltips #exceltricks

Category

📚
Learning
Transcript
00:00It's a pretty well-known fact that filter function is only available on Microsoft 365 and Excel 2021 onwards.
00:06If you have anything older than that, well, you're pretty much out of luck.
00:09But you can get around it using VBA. Allow me to demonstrate.
00:12On your workbook, you're going to press alternate F11 to open VBA editor and paste this VBA script.
00:18If you need a copy of this VBA script, please leave a request on the comment section and I'll show
00:21you how to get it.
00:22After that, press Ctrl S to save and close your VBA editor.
00:25Now let's do some testing.
00:26I have also included Excel's filter function output here for comparison purpose.
00:30To achieve the equivalent functionality of Excel's filter function with our function, we would say equal filter sign at.
00:37The first argument will be the data cell itself.
00:39The second argument will be the column of where you can find the condition.
00:42The third argument will be the condition itself.
00:44And the fourth argument will be the operator.
00:46And you can see the result is exactly the same.
00:48If we change the brand, those two tables updates accordingly.
00:51We can also use various conditional operators like greater than, greater than equal to, less than, or less than equal
00:56to.
00:56Over here we are filtering for any shoe sizes greater than 13.
00:58Over here we are filtering for any shoe sizes greater than 13.
00:59We'll see you next time.
Comments

Recommended