Formula for getting duplicate values on data validation

RAMU

Active Member
Joined
Dec 11, 2009
Messages
321
Dear Friends,

I have a sheet "supplier".
In sheet 2 I am inputting the following array formula:

{=IFERROR(INDEX(supplier!$B$2:$B$4377,MATCH(0,IF(supplier!$A$2:$A$4377=$G$9,COUNTIF($G$10:G10,supplier!$B$2:$B$4377)),0)),"")}

The formula is given from G11 to G23 by which data are snatched from "supplier" sheet. By this formula here duplicate values are ignored.

G9 cell is data validated.

Now I want that duplicate values will be shown in G11 to G23 or more as it is which are available in column B of "supplier" sheet.

Kindly help.

Regards
RAMU
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
In sheet 2 cell G11, try this formula (not array entry) and copy down.

=IFERROR(INDEX(supplier!$B$2:$B$4377,AGGREGATE(15,6,(ROW(supplier!$B$2:$B$4377)-ROW(supplier!$B$2)+1)/(supplier!$A$2:$A$4377=$G$9),ROWS(G$11:G11))),"")
 
Upvote 0

Forum statistics

Threads
1,215,261
Messages
6,123,930
Members
449,134
Latest member
NickWBA

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