Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default checking Sequential numbering

I currently have a spreadsheet containing information about the process route
of products that we manufacture. the lay out is as follows:

Column A: Part No
Column B: Operation sequence
Column C: Machine
Column D: Stage Vaule

These are currenlty sorted by part no, then operation sequence.
The stage value column is the way we calculate the added value of the
product, 1 being the 1st value & 12 being the last. Each time the porduct
goes from 1 stage to the next it gains more value.

The problem I have is that some of the stage values have not been populated
in ascending order. ie they may go 1,2,5,4,9,7 when it should be 1,2,4,5,7,9,

So what I am wanting to do is check that for each part no. in operation
sequential order that the stage value goes up and not down.

Can this be done easily?

The Rook
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default checking Sequential numbering

Manually: Apply autofilters, select each Part No from the filter list, and then eyeball the Stage
values.

Using functions: Sort the entire list based on Part No. then in Cell E2, use the formula

=IF(A2<A1,"",IF(D2<D1,"OUT OF ORDER",""))

and copy down to match your list, then filter on column E to see the "OUT OF ORDER" values.

HTH,
Bernie
MS Excel MVP


"TheRook" wrote in message
...
I currently have a spreadsheet containing information about the process route
of products that we manufacture. the lay out is as follows:

Column A: Part No
Column B: Operation sequence
Column C: Machine
Column D: Stage Vaule

These are currenlty sorted by part no, then operation sequence.
The stage value column is the way we calculate the added value of the
product, 1 being the 1st value & 12 being the last. Each time the porduct
goes from 1 stage to the next it gains more value.

The problem I have is that some of the stage values have not been populated
in ascending order. ie they may go 1,2,5,4,9,7 when it should be 1,2,4,5,7,9,

So what I am wanting to do is check that for each part no. in operation
sequential order that the stage value goes up and not down.

Can this be done easily?

The Rook



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
Sequential numbering by 6 BattyKat Excel Discussion (Misc queries) 4 July 9th 08 03:11 PM
PO with sequential numbering with start / end numbering [email protected] Excel Discussion (Misc queries) 1 April 24th 07 03:38 PM
Checking Sequential numbering Bob Excel Programming 2 June 4th 06 10:29 PM
Sequential Numbering Mel Excel Discussion (Misc queries) 10 May 9th 06 03:12 PM
Sequential Numbering. Rodney New Users to Excel 3 May 2nd 05 09:34 PM


All times are GMT +1. The time now is 09:01 PM.

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

About Us

"It's about Microsoft Excel"