#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default numbering system

I am trying to create a membership number based upon a date of
payment. Potential clients names are collected and entered into
column
B. The date of their first presentation is column C. The date of
their
membership payment (most important as they are NOT allocated a number
until complete) is colum D. The membership number is allocated in
column A and is based upon a date entered into D. I have so far:

IF(D3="","",COUNT($A$1:A2)+1)). This creates a sequential number BUT
changes when a member listed above in order makes a payment. Is there
a way to allocate a static number to a column with reference to
another cell?
thank you

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 69
Default numbering system


Hi Majestyc,

Try
=IF(D3="","",rank(D3,$D$3:D1000,1))

H S Shastri

=========================================
"majestyk" wrote:

I am trying to create a membership number based upon a date of
payment. Potential clients names are collected and entered into
column
B. The date of their first presentation is column C. The date of
their
membership payment (most important as they are NOT allocated a number
until complete) is colum D. The membership number is allocated in
column A and is based upon a date entered into D. I have so far:

This creates a sequential number BUT
changes when a member listed above in order makes a payment. Is there
a way to allocate a static number to a column with reference to
another cell?
thank you


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default numbering system

Hi,

I think that will still change if a date is entered in an earlier item in
column D. Or at least it could change.

Question for the OP? Are the dates in column D always entered in
chronological order. that mean if person 1 is 1/1/2009 and person 2 is blank
and person 3 is 12/1/2008 when you enter person 2's date is it always going
to be later than the previous dates or could you later put in 12/15/2008.

Actually any formula you choose which is based on the date in column D will
be potentially non-static. Suppose a persons check bounced and you need to
change their date, or that a date entered much earlier was incorrect and now
required changing?

To make a static numbering system it might be better to choose VBA rather
than a formula. By definition formulas are dynamic.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"HARSHAWARDHAN. S .SHASTRI" wrote:


Hi Majestyc,

Try
=IF(D3="","",rank(D3,$D$3:D1000,1))

H S Shastri

=========================================
"majestyk" wrote:

I am trying to create a membership number based upon a date of
payment. Potential clients names are collected and entered into
column
B. The date of their first presentation is column C. The date of
their
membership payment (most important as they are NOT allocated a number
until complete) is colum D. The membership number is allocated in
column A and is based upon a date entered into D. I have so far:

This creates a sequential number BUT
changes when a member listed above in order makes a payment. Is there
a way to allocate a static number to a column with reference to
another cell?
thank you


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
Default numbering system

You would hit problems with this if two date in D were the same.

Paul

"HARSHAWARDHAN. S .SHASTRI"
wrote in message
...

Hi Majestyc,

Try
=IF(D3="","",rank(D3,$D$3:D1000,1))

H S Shastri

=========================================
"majestyk" wrote:

I am trying to create a membership number based upon a date of
payment. Potential clients names are collected and entered into
column
B. The date of their first presentation is column C. The date of
their
membership payment (most important as they are NOT allocated a number
until complete) is colum D. The membership number is allocated in
column A and is based upon a date entered into D. I have so far:

This creates a sequential number BUT
changes when a member listed above in order makes a payment. Is there
a way to allocate a static number to a column with reference to
another cell?
thank you




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default numbering system

On 16 Feb, 05:16, Shane Devenshire
wrote:
Hi,

I think that will still change if a date is entered in an earlier item in
column D. *Or at least it could change. *

Question for the OP? Are the dates in column D always entered in
chronological order. *that mean if person 1 is 1/1/2009 and person 2 is blank
and person 3 is 12/1/2008 when you enter person 2's date is it always going
to be later than the previous dates or could you later put in 12/15/2008. *

Actually any formula you choose which is based on the date in column D will
be potentially non-static. *Suppose a persons check bounced and you need to
change their date, or that a date entered much earlier was incorrect and now
required changing?

To make a static numbering system it might be better to choose VBA rather
than a formula. *By definition formulas are dynamic.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire



"HARSHAWARDHAN. S .SHASTRI" wrote:

* Hi Majestyc,


* *Try
* =IF(D3="","",rank(D3,$D$3:D1000,1))


H S Shastri


=========================================
"majestyk" wrote:


I am trying to create a membership number based upon a date of
payment. Potential clients names are collected and entered into
column
B. The date of their first presentation is column C. The date of
their
membership payment (most important as they are NOT allocated a number
until complete) is colum D. The membership number is allocated in
column A and is based upon a date entered into D. I have so far:


This creates a sequential number BUT
changes when a member listed above in order makes a payment. Is there
a way to allocate a static number to a column with reference to
another cell?
thank you- Hide quoted text -


- Show quoted text -


Shane,
thank you. I had suspected that code would be the only way to do this.
I have tried to write a formula that checks the existing column, finds
the last number then adds 1, but I get a circular reference all the
time. If anyone is able to steer me towards any pre written code, I
would appreciate it.

regards
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
Can I create a sequential numbering system on an Excel document? Jamie Excel Discussion (Misc queries) 6 November 11th 08 06:34 PM
how do I increment a numbering system in excel Allan Excel Discussion (Misc queries) 9 August 30th 06 11:48 PM
Auto Numbering System Smurf613 Excel Worksheet Functions 1 July 13th 06 12:51 AM
How can I keep my numbering system consecutive when I sort? duchess_2 Excel Discussion (Misc queries) 2 October 24th 05 09:24 PM
How do I set up an automated numbering system For my "Invoice Num Frank Medina & Associates Excel Worksheet Functions 1 August 14th 05 04:23 PM


All times are GMT +1. The time now is 06:37 AM.

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"