Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default Custom Autonumber with Prefix and Category Grouping

Hello,

I'm wondering if there is a way to create an autonumber that number categories based on data in another column. This number will also need to have a prefix (25).

I have a list of requirements that are grouped by Process/Activity (column C). In column A I need an Identifier that will look like this:

25.[Process #].[autonumber]

I attached screen shots of what my sheet looks like and the type of numbering I would like to achieve.

I have another sheet that contains all the process/activity labels. I was thinking I could assign a number to each process and use a lookup to return the number in the identifier that is associated with each process, but I am not sure how to get the prefix or the autonumber.

Any assistance is appreciated. Thanks!
Attached Images
  
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Custom Autonumber with Prefix and Category Grouping

Hi,

Am Fri, 26 Apr 2013 20:11:39 +0100 schrieb dlireland:

I have a list of requirements that are grouped by Process/Activity
(column C). In column A I need an Identifier that will look like this:

25.[Process #].[autonumber]


e.g. write in H1:Hn the Process and in I1:In the number for this
process.
Then you can try in A4:
="25."&VLOOKUP(C4,$H$1:$I$10,2,0)&"."&COUNTIF($C$4 :C4,C4)&"."
and copy down.


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Custom Autonumber with Prefix and Category Grouping

Hi again,

Am Fri, 26 Apr 2013 22:19:07 +0200 schrieb Claus Busch:

Then you can try in A4:
="25."&VLOOKUP(C4,$H$1:$I$10,2,0)&"."&COUNTIF($C$4 :C4,C4)&"."


you don't need the dot at the end.
Try:
="25."&VLOOKUP(C4,$H$1:$I$10,2,0)&"."&COUNTIF($C$4 :C4,C4)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #4   Report Post  
Junior Member
 
Posts: 2
Default

Wow, that worked perfectly! Thank you so much!

Quote:
Originally Posted by Claus Busch View Post
Hi again,

Am Fri, 26 Apr 2013 22:19:07 +0200 schrieb Claus Busch:

Then you can try in A4:
="25."&VLOOKUP(C4,$H$1:$I$10,2,0)&"."&COUNTIF($C$4 :C4,C4)&"."


you don't need the dot at the end.
Try:
="25."&VLOOKUP(C4,$H$1:$I$10,2,0)&"."&COUNTIF($C$4 :C4,C4)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I switch to my custom Function category ? Nandan Excel Programming 0 February 13th 08 05:14 PM
How do I set up a custom cell format category? slk Excel Worksheet Functions 7 May 29th 07 04:34 PM
How to assign a Category to a custom function? Toby Erkson Excel Programming 5 October 31st 06 11:42 PM
How do I make a custom category axis? Maureen D. Charts and Charting in Excel 1 April 19th 05 10:40 PM


All times are GMT +1. The time now is 10:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"