Get only filtered values of smart table in Excel

ExcelVisual

New Member
Joined
Feb 23, 2025
Messages
4
Office Version
  1. 365
  2. 2024
How to correctly select filtered results from smart table? Is it possible to use such a formula:
Excel Formula:
=FILTER(mydata[Month],SUBTOTAL(103,INDIRECT("Data!"&ADDRESS(ROW(mydata[Month]),COLUMN(mydata[Month]))))>0)
Or is this a sign of bad taste and there are more thoughtful solutions???
filter.png
 
How about
Excel Formula:
=FILTER(mydata[Month],MAP(mydata[Month],LAMBDA(m,SUBTOTAL(103,m))))
 
Upvote 0
Solution
How about
Excel Formula:
=FILTER(mydata[Month],MAP(mydata[Month],LAMBDA(m,SUBTOTAL(103,m))))
Thank you very much! I think this is the best formula for solving this problem. For some reason Excel does not have a standard function for this popular task. I have effectively used your formula in my new template.
 
Last edited by a moderator:
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top