INDEX WITH TRANSPOSE FORMULA iIN EXCEL

SAXON10

Board Regular
Joined
Jun 1, 2017
Messages
109
Hi,

Column A2:A20 Contain with duplication text and the result should be appear in C2 without duplication.

Any help much appreciated.

CODERESULT
1515151516161717
1515
1515
1515
1515
1616
1616
1616
1616
1616
1616
1717
1717
1717
1717
1717
1717

<colgroup><col><col><col span="3"></colgroup><tbody>
</tbody>
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Try

Array formula in C2 copied across
=IFERROR(INDEX($A$2:$A$20,SMALL(IF(FREQUENCY(IF($A$2:$A$20<>"",MATCH($A$2:$A$20,$A$2:$A$20,0)),ROW($A$2:$A$20)-ROW($A$2)+1),ROW($A$2:$A$20)-ROW($A$2)+1),COLUMNS($C2:C2))),"")
Ctrl+Shift+Enter

M.
 
Upvote 0
If you have Excel 2016 you could use the TEXTJOIN function to be all the results into C2.

This is also an array formula that must be entered with CTRL-SHIFT-ENTER.
Excel Workbook
ABC
1CODERESULT
215151515 1616 1717
31515
41515
51515
61515
7
81616
91616
101616
111616
121616
131616
14
151717
161717
171717
181717
191717
201717
Sheet
 
Upvote 0

Forum statistics

Threads
1,213,527
Messages
6,114,148
Members
448,552
Latest member
WORKINGWITHNOLEADER

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