+ Reply to Thread
Results 1 to 4 of 4

Need to select the right most value in a range

  1. #1
    Registered User
    Join Date
    04-16-2013
    Location
    Kansas City, MO
    MS-Off Ver
    2010
    Posts
    2

    Need to select the right most value in a range

    I have a typical financial data spreadsheet with data in in columns by month. I do a monthly dashboard for our board that shows things like liquidity, months of cash, etc. Every month I have to redirect the chart to select the information in the new month. So I was trying to find a way to have it automatically select the right most value in a range of cells so as I entered the new data it would automatically shift. Any ideas?

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need to select the right most value in a range

    This formula will return the right-most numeric value in the range B1:Z1...

    =LOOKUP(1E100,B1:Z1)



    This formula will return the right-most text value in the range B1:Z1...

    =LOOKUP("zzzzz",B1:Z1)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    04-16-2013
    Location
    Kansas City, MO
    MS-Off Ver
    2010
    Posts
    2

    Re: Need to select the right most value in a range

    Thank you! It works!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need to select the right most value in a range

    You're welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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