Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I want to sequentially number cartons which comprise a customer order e.g. Column A(order No) Column B( carton No) 239114 1 239114 2 239114 3 456789 1 456789 2 456789 3 etc |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In B1 enter 1
in B2 enter: =IF(A2=A1,B1+1,1) and copy down -- Gary''s Student gsnu200707 "Polarbilly" wrote: Hi, I want to sequentially number cartons which comprise a customer order e.g. Column A(order No) Column B( carton No) 239114 1 239114 2 239114 3 456789 1 456789 2 456789 3 etc |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you - job sorted.....
"Gary''s Student" wrote: In B1 enter 1 in B2 enter: =IF(A2=A1,B1+1,1) and copy down -- Gary''s Student gsnu200707 "Polarbilly" wrote: Hi, I want to sequentially number cartons which comprise a customer order e.g. Column A(order No) Column B( carton No) 239114 1 239114 2 239114 3 456789 1 456789 2 456789 3 etc |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter this formula into cell B1, then copy down as needed.
=COUNTIF($A$1:A1,A1) HTH, Elkar "Polarbilly" wrote: Hi, I want to sequentially number cartons which comprise a customer order e.g. Column A(order No) Column B( carton No) 239114 1 239114 2 239114 3 456789 1 456789 2 456789 3 etc |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you for your help
"Elkar" wrote: Enter this formula into cell B1, then copy down as needed. =COUNTIF($A$1:A1,A1) HTH, Elkar "Polarbilly" wrote: Hi, I want to sequentially number cartons which comprise a customer order e.g. Column A(order No) Column B( carton No) 239114 1 239114 2 239114 3 456789 1 456789 2 456789 3 etc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Numbering | Excel Discussion (Misc queries) | |||
Row Numbering | Excel Discussion (Misc queries) | |||
Numbering | New Users to Excel | |||
Numbering every second row | Excel Worksheet Functions | |||
Numbering | Excel Worksheet Functions |