+ Reply to Thread
Results 1 to 4 of 4

range in a table form

Hybrid View

  1. #1
    Dantz
    Guest

    Re: range in a table form

    thanks lot...but what if my range down can have a gap?...there maybe a
    cell that is empty within the range...


  2. #2
    Arvi Laanemets
    Guest

    Re: range in a table form

    Hi

    When it's possible, then simply avoid such situations - it makes your life
    much easier :-)

    When you can't avoid gaps, use an hidden column with enough predefined
    formulas, to create an always contignous column, and use this column to
    calculate the number of rows in range. P.e. something like this for cell
    A100
    =IF(AND(OFFSET(A100;1;0)="",B100=""),"",ROW()-NumberOfHeaderRows)


    --
    Arvi Laanemets
    ( My real mail address: arvil<at>tarkon.ee )



    "Dantz" <dantericafort@yahoo.com> wrote in message
    news:1128569218.741768.238670@f14g2000cwb.googlegroups.com...
    > thanks lot...but what if my range down can have a gap?...there maybe a
    > cell that is empty within the range...
    >




+ 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