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

I am trying to setup a membership number count based upon a date of
payment. In column A is the member number, column B members name,
column C the date of payment. The number is ONLY allocated when the
date of payment is entered. So there may be several names who have as
yet not paid at at certain time. What I need is some sort of formula
or code that can look up and down the column and enter a number +1
after the last number found. This number has to remain static attached
to that particular row. Everything I have used so far returns a
circular reference or does not remain static. is there a database
formula with XL07 that may do this?

thanks
Jonathan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default sequential numbering

You could set up a separate cell with a Title over it: "Next Number"
and in the cell use formula: = Max("A1:A1000") +1
Use that number for each new member.
You probably need another formula to tell you whether a number is
duplicated in Column A (no matter how you end up assigning numbers).
--
Jim Cone
Portland, Oregon USA



"majestyk"
wrote in message
I am trying to setup a membership number count based upon a date of
payment. In column A is the member number, column B members name,
column C the date of payment. The number is ONLY allocated when the
date of payment is entered. So there may be several names who have as
yet not paid at at certain time. What I need is some sort of formula
or code that can look up and down the column and enter a number +1
after the last number found. This number has to remain static attached
to that particular row. Everything I have used so far returns a
circular reference or does not remain static. is there a database
formula with XL07 that may do this?
thanks
Jonathan
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 Scott Hemphill Excel Discussion (Misc queries) 2 July 24th 07 05:24 PM
PO with sequential numbering with start / end numbering [email protected] Excel Discussion (Misc queries) 1 April 24th 07 03:38 PM
Sequential Numbering Mel Excel Discussion (Misc queries) 10 May 9th 06 03:12 PM
sequential numbering super[_2_] Excel Programming 3 June 29th 05 03:39 PM
Sequential numbering Monique Excel Discussion (Misc queries) 0 March 4th 05 01:01 AM


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