View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
majestyk[_2_] majestyk[_2_] is offline
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