modify excel formula

Geo Jul

Board Regular
Joined
Nov 19, 2022
Messages
125
Office Version
  1. 2016
Platform
  1. Windows
Dear all
May I kindly request to modify this formula as in my work we use excel 2010 and 2016 =TRANSPOSE(UNIQUE(FILTER(D:D,(B:B=F3)*(C:C=G3)))) its work perfect at home with excel 365
I tried with this formula but did not succeed. =IFERROR(INDEX($D$1:$D$1000, SMALL(IF(($B$1:$B$1000=$F18)*($C$1:$C$1000=$G18), MATCH(ROW($D$1:$D$1000), ROW($D$1:$D$1000)), ""), COLUMN(A1))), "")

many thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Maybe something like this.
This is an array formula and must be entered with CTRL-SHIFT-ENTER in Excel 2010 or 2016.
Drag formula down as needed.

Book1
ABCDEFGH
1
21test1aList
32test2b1Test1a
43test3cb
51test1ag
64test5v
71test1b
86test7f
91test1g
102test9h
Sheet1
Cell Formulas
RangeFormula
H3:H5H3=IFERROR(INDEX($D$2:$D$10,SMALL(IF(FREQUENCY(IF($B$2:$B$10=$F$3,IF($C$2:$C$10=$G$3,MATCH($D$2:$D$10,$D$2:$D$10,0))),ROW($D$2:$D$10)-ROW($D$2)+1),ROW($D$2:$D$10)-ROW($D$2)+1),ROWS($H$3:H3))),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Maybe something like this.
This is an array formula and must be entered with CTRL-SHIFT-ENTER in Excel 2010 or 2016.
Drag formula down as needed.

Book1
ABCDEFGH
1
21test1aList
32test2b1Test1a
43test3cb
51test1ag
64test5v
71test1b
86test7f
91test1g
102test9h
Sheet1
Cell Formulas
RangeFormula
H3:H5H3=IFERROR(INDEX($D$2:$D$10,SMALL(IF(FREQUENCY(IF($B$2:$B$10=$F$3,IF($C$2:$C$10=$G$3,MATCH($D$2:$D$10,$D$2:$D$10,0))),ROW($D$2:$D$10)-ROW($D$2)+1),ROW($D$2:$D$10)-ROW($D$2)+1),ROWS($H$3:H3))),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
Many Thanks for your responses and your solution Regards
 
Upvote 0
Here is a shorter one that you could also test. I don't think that it should require Ctrl+Shift+Enter

24 01 06.xlsm
BCDEFGHIJKL
1
21test1a
32test2b1test1abg  
43test3c2test2b    
51test1a3test7     
64test5v4test5vh   
71test1b
86test7f
91test1g
104test5h
Older versions
Cell Formulas
RangeFormula
H3:L6H3=IFERROR(INDEX($D:$D,AGGREGATE(15,6,ROW($D$2:$D$10)/(($B$2:$B$10=$F3)*($C$2:$C$10=$G3)*(ISERROR(MATCH($D$2:$D$10,$G3:G3,0)))),1)),"")
 
Upvote 1
Solution
Here is a shorter one that you could also test. I don't think that it should require Ctrl+Shift+Enter

24 01 06.xlsm
BCDEFGHIJKL
1
21test1a
32test2b1test1abg  
43test3c2test2b    
51test1a3test7     
64test5v4test5vh   
71test1b
86test7f
91test1g
104test5h
Older versions
Cell Formulas
RangeFormula
H3:L6H3=IFERROR(INDEX($D:$D,AGGREGATE(15,6,ROW($D$2:$D$10)/(($B$2:$B$10=$F3)*($C$2:$C$10=$G3)*(ISERROR(MATCH($D$2:$D$10,$G3:G3,0)))),1)),"")
Very geniuses with your formula Many thanks
have a nice day, thanks again
 
Upvote 0
You are welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,111
Messages
6,123,155
Members
449,098
Latest member
Doanvanhieu

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