Transitive Property data Categorizatio nquestion

imaguy77

New Member
Joined
Aug 26, 2008
Messages
21
I have a list of 2000+ book titles. In our database, we track the previous version of the book. But I want to create a table which shows, for a given title line, all versions of the book. Below is an example of the data table, and below that is an example of the output am looking for. Any recommendations on the best way to do this? Can't think of anything elegant. Thanks!

Current TitlePrevious title
2016 A2015 A
2016 B2015 B
2016 C2015 C
2016 D2015 D
2015 A2014 A
2015 B2014 B
2015 C2014 C
2015 D2014 D
Title Line 1Title Line 2Title Line 3
GroupA2016 A2015 A2014 A
GroupB2016 B2015 B2014 A
GroupC2016 C2015 C2014 C
etc

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

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,215,035
Messages
6,122,791
Members
449,095
Latest member
m_smith_solihull

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