Consolidating text onto one row based on a given year

Manexcel

Board Regular
Joined
Dec 28, 2015
Messages
127
Office Version
  1. 365
Platform
  1. Windows
I have 3 columns of data - around 50 rows.

Col A is a date (Promotion year)
Col B is last name
Col C is rank (this is the same for all)

Data example

2017 bloggs manager
2017 smith manager
2016 adams manager
2015 bloggs manager
2014 smith manager
2014 adams manager
etc

Can a formula consolidate those rows that have a common year be consolidated onto one row (separate cells) for example:

ColA ColB ColC ColD ColE

2017 bloggs smith mans
2016 adams
2015 bloggs
2014 smith adams jones mans

etc

Is there a formula that can achieve this?

Many thanks for your consideration.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Book1
ABCDEFGHI
12017bloggsmanager2017bloggssmith
22017smithmanager2016adams
32016adamsmanager2015bloggs
42015bloggsmanager2014smithadamsjonesmans
52014smithmanager
62014adamsmanager
72014jonesmanager
82014mansmanager
Sheet1
Cell Formulas
RangeFormula
F1{=IFERROR(INDEX($B$1:$B$50,SMALL(IF($A$1:$A$50=$E1,ROW($A$1:$A$50)-ROW($A$1)+1),COLUMNS($F1:F1))),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.


Copy F1 formula across and down as necessary.

WBD
 
Upvote 0
Many thanks for all your help. Your solution worked just great! This thread can now be closed.
 
Upvote 0

Forum statistics

Threads
1,216,522
Messages
6,131,146
Members
449,626
Latest member
Stormythebandit

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