Geeting multiple matches against same amounts in Excel.

Raiyan19

New Member
Joined
Mar 12, 2021
Messages
11
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
I would like to get all values matched the Green marked Bank Name column, but it isnt working. I need a swift, easy and permanent solution.
BTW the I am working with is huge. its just for a demo.
Please help.
 

Attachments

  • 1667292467737.png
    1667292467737.png
    15.5 KB · Views: 11

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Neither did you use absolute cell-referencing (note that the ranges will shift while you would drag down a formula) nor have you used exact matching (the 3rd parameter in the MATCH() function).

Are you trying to get the nth instance of a value depending on previous values? What I meant: for the first amount of 100 is would be BBL and the 2nd one DBBL etc?
 
Upvote 0
Neither did you use absolute cell-referencing (note that the ranges will shift while you would drag down a formula) nor have you used exact matching (the 3rd parameter in the MATCH() function).

Are you trying to get the nth instance of a value depending on previous values? What I meant: for the first amount of 100 is would be BBL and the 2nd one DBBL etc?
Yes.
Please help me with this.
And show me the correct formula.
Thanks in advance.
 
Upvote 0
Assuming 'Bank Name' in B2, try:

Excel Formula:
=INDEX(FILTER(B$3:B$11,C$3:C$11=E3),COUNTIF(E$3:E3,E3))
 
Upvote 0
Assuming 'Bank Name' in B2, try:

Excel Formula:
=INDEX(FILTER(B$3:B$11,C$3:C$11=E3),COUNTIF(E$3:E3,E3))
The "Filter" function is not compatible with my excel.
is there any other way?
 
Upvote 0
The "Filter" function is not compatible with my excel.
Then what version of Excel are you using? Your profile shows you have virtually every version ever made.
 
Upvote 0
Ok you are using 2019, please update your profile to just show 2019 & Windows.
 
Upvote 0

Forum statistics

Threads
1,215,584
Messages
6,125,666
Members
449,248
Latest member
wayneho98

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