Alternative formula to work in Excel 2013

ashani

Active Member
Joined
Mar 14, 2020
Messages
347
Office Version
  1. 365
Platform
  1. Windows
Hi,
The following formula works in Office 365 but doesn't work in Excel 2013 - please can someone guide me the alternative to this formula that can work in Excel 2013.

=IFERROR(UNIQUE(FILTER('Test'!BK1:BK10000, 'Test'!BK1:BK10000<>"")),"")

Thank you
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Try...

ashani.xlsm
BKBLBMBN
1ListUnique CountResult
2B3A
3B
4CC
5A 
6 
7B 
8A 
9 
10C 
Sheet1
Cell Formulas
RangeFormula
BM2BM2=SUM(IF(FREQUENCY(IF(LEN(BK2:BK10)>0,MATCH(BK2:BK10,BK2:BK10,0)),ROW(BK2:BK10)-ROW(BK2)+1)>0,1))
BN2:BN10BN2=IF(ROWS($BN$2:BN2)<=$BM$2,INDEX($BK$2:$BK$10,MATCH(SMALL(IF(LEN($BK$2:$BK$10)>0,IF(ISNA(MATCH($BK$2:$BK$10,$BN$1:BN1,0)),COUNTIF($BK$2:$BK$10,"<"&$BK$2:$BK$10))),1),IF(LEN($BK$2:$BK$10)>0,COUNTIF($BK$2:$BK$10,"<"&$BK$2:$BK$10)),0)),"")
Press CTRL+SHIFT+ENTER to enter array formulas.


Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,215,547
Messages
6,125,461
Members
449,228
Latest member
moaz_cma

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