+ Reply to Thread
Results 1 to 4 of 4

Automatic numbering

  1. #1
    Forum Contributor
    Join Date
    09-18-2014
    Location
    Χαμένος στο διάστημα
    MS-Off Ver
    2016
    Posts
    383

    Automatic numbering

    How people,
    I have a question. How can automatic numbering in list F10:F34 if in same rows in column H contains data. But, sometimes all rows having data, sometimes only 2-5 random rows contains data.
    I want only automatic numbering the rows who having data.
    The is.
    Nick

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Automatic numbering

    I hope i got you correct
    in H10 =IF(ISTEXT(F10),1,"")
    in H11 =IF(ISTEXT(F11),MAX($H$10:H10)+1,"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Automatic numbering

    As long as F9 doesn't contain a number ( or contains zero), then you can use this formula in F10:

    =IF(H10<>"",MAX(F$9:F9)+1,"")

    then copy down into F11:F34.

    Hope this helps.

    Pete

  4. #4
    Forum Contributor
    Join Date
    09-18-2014
    Location
    Χαμένος στο διάστημα
    MS-Off Ver
    2016
    Posts
    383

    Re: Automatic numbering

    So, thanks for your answers, but i've make a big mistake. I forgot to tell that all rows in column H contains formulas to give some sums and every time acording to the firstname data in column H not the same. So, the is formulas returns automatic numbering in any way.
    Sory for my english..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. automatic numbering
    By CORLEON in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-23-2014, 01:07 PM
  2. Excel 2007 : Automatic numbering?
    By uzman1243 in forum Excel General
    Replies: 1
    Last Post: 03-03-2012, 06:23 AM
  3. Automatic numbering in VBA etc
    By JenniferN in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-19-2007, 10:09 AM
  4. Automatic Numbering
    By MChuppe in forum Excel General
    Replies: 1
    Last Post: 01-18-2007, 12:10 PM
  5. Automatic Numbering
    By Javster95 in forum Excel General
    Replies: 5
    Last Post: 05-01-2005, 03:06 PM
  6. Automatic Numbering.
    By Javster95 in forum Excel General
    Replies: 0
    Last Post: 04-30-2005, 03:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1