Finding data then returning data in previous column

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
591
Office Version
  1. 365
Platform
  1. Windows
I am looking down column B (B1:B100) for the amount of $100. When its found I want to list the names in column A (A1:A100) that have a $100 next to it.


Bob $99
Dave $100
Greg $98
Steve $100

Looking for:
Dave
Steve


Thank you,
James
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Since you are using Excel 365, how about using the new FILTER function?
Just enter this formula in any blank cell:
Excel Formula:
=FILTER(A1:A4,B1:B4=100,"")

I put the formula in cell D1 in your example:

1728395888251.png


See here for more help, description, and examples on this cool new function: FILTER function - Microsoft Support
 
Upvote 0
Solution
You are welcome.

I think this FILTER function is one of my favorite new Excel functions to come along in quite a while!
It is cool how you can enter the formula in one single cells, and all the results will automatically spill to the other cells.
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,252
Members
452,623
Latest member
Techenthusiast

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