+ Reply to Thread
Results 1 to 2 of 2

"Right most" Information

  1. #1
    Registered User
    Join Date
    08-23-2007
    Posts
    47

    "Right most" Information

    Is the there a formula to look at a particilar series of columns in a row of data, and bring back the the information from the last (right most column) that has data in it...

    Hope this makes sense.

    Thanks

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: "Right most" Information

    Yes.

    Routes will vary based on data type...

    Always number:

    =LOOKUP(9.99999999999999E+307,$1:$1)

    Always text

    =LOOKUP(REPT("Z",255),$1:$1)

    Always Logical

    =LOOKUP(TRUE,$1:$1)

    Mix

    =LOOKUP(2,1/($1:$1<>""),$1:$1)

    For more detailed info. on techniques for "finding last values" see Bob Phillips' article: http://www.xldynamic.com/source/xld.LastValue.html

+ 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