+ Reply to Thread
Results 1 to 2 of 2

mouse over

  1. #1
    Registered User
    Join Date
    02-14-2006
    Posts
    1

    mouse over

    I hope you bear with me as I only use excel for shopping lists

    I want to link a specific row in worksheet 1 to the same in worksheet 2 so that if I mouse over in sheet 1 it shows the row from sheet 2

    How do I do this

  2. #2
    Dave Peterson
    Guest

    Re: mouse over

    Excel doesn't work like this.

    You could put anything you want in a comment to get the mouse over effect or you
    can link one cell to another with a formula (and one cell "sends" the value to
    the "receiving" cell--it's not a two way street).

    ='sheet2'!a1
    or
    =if('sheet2'!a1="","",'sheet2'!a1)

    hurstead wrote:
    >
    > I hope you bear with me as I only use excel for shopping lists
    >
    > I want to link a specific row in worksheet 1 to the same in worksheet 2
    > so that if I mouse over in sheet 1 it shows the row from sheet 2
    >
    > How do I do this
    >
    > --
    > hurstead
    > ------------------------------------------------------------------------
    > hurstead's Profile: http://www.excelforum.com/member.php...o&userid=31556
    > View this thread: http://www.excelforum.com/showthread...hreadid=512510


    --

    Dave Peterson

+ 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