Show only what is filtered

benntw

Board Regular
Joined
Feb 17, 2014
Messages
222
Office Version
  1. 365
Platform
  1. Windows
I am having a simple formula kicking my butt. I have a table called Scopes. The table header starts in A2. What I need is a formula to return the value of what is filtered in the column Scope Name. Thank you in advance
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Check this and revert - This has some possible solution to your situation.

 
Upvote 0
Check this and revert - This has some possible solution to your situation.

I appreciate it. That one did not work for this situation. I am looking to return only the value that is showing when the table is filtered. For what I am doing it will always be just one value showing for a dynamic result.
 
Upvote 0
How about
Excel Formula:
=TAKE(FILTER(Scopes[Scope Name],BYROW(Scopes[Scope Name],LAMBDA(br,SUBTOTAL(3,br)))),1)
 
Upvote 0
Solution
How about
Excel Formula:
=TAKE(FILTER(Scopes[Scope Name],BYROW(Scopes[Scope Name],LAMBDA(br,SUBTOTAL(3,br)))),1)
As always , you rock Fluff ! Works perfect ! Thank you very much
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
As always , you rock Fluff ! Works perfect ! Thank you very much
The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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