View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brainfire Brainfire is offline
external usenet poster
 
Posts: 3
Default Create Code Based on Column

Hi....

I've got a spreadsheet with 37,000 rows - one of the columns in this
is an activity description, and many of these descriptions are
repeated multiple
times in the column. What I need to do, either with a formula or VBA,
is to assign each activity description a code in the next column in
the format T0001, T0002, etc. So, 'Job 1 = T0001, 'Job 2 = T0002,
etc.


Can anyone help?


TIA