Duplicates IF Function Question

jimmybangs

New Member
Joined
Nov 28, 2008
Messages
36
Hi There,

I have a quick question about automating a duplicate scenario within Excel. A bit of background - I run a sales office in which we have Lead Generators booking meetings for other account managers to do sales calls. On our sales tracker we would like to know whether or not should we re-contact somebody in six months that a meeting has taken place??

With this is mind is there a simple function that can count duplicates and format them in the format shown within the below link

http://screencast.com/t/NjU3ZGM2M2Et

I look forward to hearing from you shortly.

James
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
try in cell C2

=COUNTIF($A$2:A2,A2)

and copy down

However this won't give you the same result as in your example but I'm hoping that where you have the forst Ford (cell c3) should be 1 ??

HTH

Jim
 
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,937
Members
449,196
Latest member
Maxkapoor

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