+ Reply to Thread
Results 1 to 4 of 4

Provide Sequential Row Numbers

  1. #1
    Registered User
    Join Date
    04-04-2005
    Posts
    2

    Unhappy Provide Sequential Row Numbers

    Hello

    Im kinda new to excel. I am trying to provide sequential numbers to my worksheet rows.

    However, I would like my function to exclude rows that contain titles (the rows with titles are colored).

    So I've heard I need to use :


    Function IntColor(myrange As Range)
    IntColor = myrange.Interior.ColorIndex
    End Function

    Im not sure how to implement it.

    I tried writing as follows- in the first cell in the first row (cell A4):

    =IF((Function IntColor(myrange As Range)
    IntColor = myrange.Interior.ColorIndex
    End Function
    ),ROWS($A$4:A4),"")

    I also don't know how to determine which color nmber I am using in my titles.

    Do my question make any sense? Please be gentle -remember I am new to excel so try to porvide a simple answer

  2. #2
    Registered User
    Join Date
    01-19-2004
    Posts
    18
    Are you colouring these cells manually? Is there perhaps some more simple logic that you could use to decide if a row has a title in it?

  3. #3
    Registered User
    Join Date
    04-04-2005
    Posts
    2
    I guess another way is by checkin the Font...

    But I do not know how to do it either...

    And yes, I color them manually

  4. #4
    Registered User
    Join Date
    01-19-2004
    Posts
    18
    Could you put the titles in a particular column or something like that? Then you could test to see if there was an entry?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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