+ Reply to Thread
Results 1 to 4 of 4

How to reference an entire row based on an indirect cell reference

  1. #1
    Registered User
    Join Date
    06-18-2012
    Location
    Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    11

    How to reference an entire row based on an indirect cell reference

    I'm trying to create a function which will return the number of entries in the row of the last entry in a given column. What I'm specifically trying to do is run a COUNTA function on the entire row of the last filled cell in column A. I tried to write a function which referenced this row indirectly, but the way I wrote the function returns the reference in text format and the function returns an error. See Below:

    Please Login or Register  to view this content.
    Any suggestions?

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: How to reference an entire row based on an indirect cell reference

    Hi

    Try
    Please Login or Register  to view this content.
    rylo

  3. #3
    Registered User
    Join Date
    06-18-2012
    Location
    Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: How to reference an entire row based on an indirect cell reference

    Perfect

    Thanks

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to reference an entire row based on an indirect cell reference

    I was going to suggest a non-volatile version:

    =COUNTA(INDEX(A:A,COUNTA(A:A)):INDEX(ZZ:ZZ,COUNTA(A:A)))

    change ZZ to last column used (or beyond)

+ 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