Need Small or large numbers without duplicates.

Kamran01

Board Regular
Joined
Feb 10, 2017
Messages
86
Dear Experts,

I have multiple rows with dates, mostly with duplicates results.
Suppose there are 7 entries of 3-11-2018.

When i use these functions =Small(range,Rows($A$1:A1)) it shows me 7 entries but i want 1 entry of this date.

Can anyone help me in this regard,

Thanks,
Kamran Noor
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Book1
AB
134
25list
351
422
523
615
73
Sheet1


In B1 enter:

=SUM((FREQUENCY(A1:A7,A1:A7)>0)+0)

In B3 control+shift+enter, not just enter, and copy down:

=IF(ROWS($1:1)>$B$1,"",MIN(IF(ISNA(MATCH($A$1:$A$7,$B$2:B2,0)),$A$1:$A$7)))
 
Upvote 0
AB
134
25list
351
422
523
615
73

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

In B1 enter:

=SUM((FREQUENCY(A1:A7,A1:A7)>0)+0)

In B3 control+shift+enter, not just enter, and copy down:

=IF(ROWS($1:1)>$B$1,"",MIN(IF(ISNA(MATCH($A$1:$A$7,$B$2:B2,0)),$A$1:$A$7)))

Exactly what i want.. Thank you boss. you are genius & i am your big fan.
 
Upvote 0

Forum statistics

Threads
1,215,051
Messages
6,122,871
Members
449,097
Latest member
dbomb1414

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