Pulling cell data for all duplicate values

tara_922

Board Regular
Joined
Jul 15, 2011
Messages
127
Hiya all!

Another question.

I have a column that counts column G and highlights duplicate values. Now I would like to have the next column pull all the dates for the duplicate values.

So, we're talking about parking tickets here. Column G has the license plate #. Column A has the date of the ticket. Column M has the duplicate values highlighted. How do I pull all the dates from column A into Column N so I can easily tell what dates each ticket was received. If possible I would like to convert the date into day format. This is to help us see if there is the same car parking every friday at our resort for local events and not as a guest of the resort.

Thanks for everything. You all are truly amazing!

Tara
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
N1 is plate to check
N2 =IF(ROWS($1:1)>MAX(O:O),"",INDEX(A:A,MATCH(ROWS($1:1),O:O,0))) copy down a few rows format as long date
O2 =O1+IF(G2=$N$1,1,0) copy down to match column G (leave O1 blank)
 
Upvote 0
Hi..

Ya.. we are almost there to cook with gas... ;)

Column A Column B Column N
5/11/2011 A602ZB 4 05/11,05/22,05/26,06/09
5/22/2011 A602ZB 4 05/11,05/22,05/26,06/09
5/26/2011 A602ZB 4 05/11,05/22,05/26,06/09
6/9/2011 A602ZB 4 05/11,05/22,05/26,06/09

This is right what you want...??? if it right we will obviously cook with gas...:nya:
 
Upvote 0

Forum statistics

Threads
1,225,149
Messages
6,183,186
Members
453,151
Latest member
Lizamaison

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