+ Reply to Thread
Results 1 to 3 of 3

Displaying a value when there is a value in another cell

  1. #1
    Registered User
    Join Date
    12-04-2008
    Location
    Derby, England
    Posts
    13

    Displaying a value when there is a value in another cell

    Hi,

    I'll do my best to decribe what I'm trying to achieve - please refer to the attached worksheet. On entering a value into cell C7, I'd like the value of the adjacent column D7 to be displayed in F6. Then when a value is entered in manually into C8, it will then update and put the value of D8 into F6. The idea is an individual will enter a value each week, updating that value. I intend to hide column D.

    Does that make sense?

    It is probably super simple, sadly not an xls expert - Thanks, PondDweller
    Attached Files Attached Files
    Last edited by PondDweller; 02-18-2010 at 11:21 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Displaying a value when there is a value in another cell

    Try:

    =INDEX(D:D,MATCH(9.999999E+307,C:C))

    this places value in column D corresponding to last found number in column C
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-04-2008
    Location
    Derby, England
    Posts
    13

    Re: Displaying a value when there is a value in another cell

    Thanks for the help - it works perfectly - Regards Pond

+ 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