Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Show Next Number in sequence

i have a sheet showing an order number and it availablility:

Order Number Status
BIO10001 In Use
BIO10002 In Use
BIO10003 Available
BIO10004 Available

etc etc

This sheet is a 'tool' for the main sheet where users allocate order numbers
to a specific order, they choose the next available order number from the
next 'Available' one as above. The 'Status' is set by using a COUNTIF which
displays in results in a hidden field. Then the 'Status' field it is is based
on =IF(I114=1,"In Use","Available")

What i would like is to display the next available order number on the main
sheet, say in a cell at the top i.e "The Next Available Order Number is" my
question is how do i get excel to display the next 'Available' order number
from my list automatically
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Show Next Number in sequence

A1 and B1 are column headers. A2:B5 is number and status:

=INDEX(A2:A5,MATCH("available",B2:B5,0))

Biff

"Steven Brookes" wrote in message
...
i have a sheet showing an order number and it availablility:

Order Number Status
BIO10001 In Use
BIO10002 In Use
BIO10003 Available
BIO10004 Available

etc etc

This sheet is a 'tool' for the main sheet where users allocate order
numbers
to a specific order, they choose the next available order number from the
next 'Available' one as above. The 'Status' is set by using a COUNTIF
which
displays in results in a hidden field. Then the 'Status' field it is is
based
on =IF(I114=1,"In Use","Available")

What i would like is to display the next available order number on the
main
sheet, say in a cell at the top i.e "The Next Available Order Number is"
my
question is how do i get excel to display the next 'Available' order
number
from my list automatically



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
Negative number results to show as zero Soccer Guy Excel Discussion (Misc queries) 2 October 27th 06 08:12 PM
Display zero at the begnning of a number sequence in Excel Janelle Lister Excel Discussion (Misc queries) 2 July 27th 06 03:54 PM
sequence number based on date denise Excel Worksheet Functions 2 July 25th 06 10:51 PM
Pulling Data off Web - Need Function Help patfergie44 Excel Worksheet Functions 9 June 22nd 06 03:27 AM
How do I show negative number in brackets using excel? Alex Excel Worksheet Functions 3 September 7th 05 08:52 PM


All times are GMT +1. The time now is 09:35 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"