Ask Experts Questions for FREE Help !
Ask
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #1

    May 5, 2006, 11:43 AM
    Excel: Linking from one worksheet to another
    I'd like to link from a cell in one worksheet to a LINE in another.

    If that doesn't make sense, I've got a member list of people with address, phone, etc. For folk that have not renewed this year, I want to have a separate worksheet that documents my contact efforts... so to link from the persons name on "Sheet1" to a line of notes on "Sheet2" would be nice.

    Can I do that?

    Thanks!
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #2

    May 5, 2006, 11:56 AM
    OK in the formula put
    Code:
    ="sheetname"!"cellnumber"
    This will return the date in the cell number to the selected cell on the first sheet.

    On rereading what maybe a better idea for you would be a simple Hyperlink;)
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #3

    May 5, 2006, 12:00 PM
    I like the hyperlink idea better, as I can make the text the link... but how do I designate a sheet and cell or row as the address of the hyperlink?
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #4

    May 5, 2006, 12:03 PM
    Wellllllll first off select the starting cell, then click the hyperlink button (Ctrl-k or insert Hyperlink) and then read through it and it'll all make sense ;)
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #5

    May 8, 2006, 02:47 AM
    Thanks Ben, I see now, the button for placing it in the document, and where to choose another tab (worksheet). I'm going blind!

    As you can probably see, this is one of my examples of trying to use Excel as a database. This weekend, I picked up this, and so far so good. It sure isn't Access, but it's importing from Excel nicely, is easy to use and customize, and can be saved as html... pretty much all I need!
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #6

    May 8, 2006, 06:17 AM
    Yep, you are going beyond the capabilites of Excel and need to delve into the realm of relational databases. The function you describe is a standard feature of a relational database. Each table has a Primary key. You can then relate a child table to a record in the parent table (members is your parent, record of contacts is your child) by adding a foreign key field to to the child that holds the value of the related primary key from the parent.

    You can do this in Excel, by using the VLookup function. It would mean assigning a unique value to each member record, then using that in a VLookup to return parst of the member record. However, a relational database is much easier.

    I don't know how relational Database Pro is. It does not look like its very free form in the creation of tables.
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #7

    May 8, 2006, 06:24 AM
    My guess is that eventually I will want to move up to Access, so will keep my eyes peeled for an older version for sale cheap.
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #8

    May 8, 2006, 07:10 AM
    Rick, if you want a free but great database go with MySql. It's used by a lot of major players.
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #9

    May 8, 2006, 07:15 AM
    Thanks, Lee. I've hesitated on mySQL because I'm so far off the learning curve. Maybe I will play with it a bit. Would MaxDB be the one to download?

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Linking Cell Within Same Book [ 2 Answers ]

Hello::confused: How do I link cells in worksheet to cells in another worksheet within the same book? When editing data in a worksheet, I would like for it to automatically update the summary page. Thanks PCan

How to export database of chart prepared in powerpoint to excel worksheet [ 1 Answers ]

I have prepared one chart in powerpoint using excel worksheet. The worksheet was updated in powerpoint and no of slides of powerpoint were prepared. Now I want to import these charts in excel worksheet. I need help to perform this function.

Linking a banner [ 2 Answers ]

My friend asked me the code used to link a banner pic inserted in his email to his website. He wishes to put the animated banner in his emails and have the recipient be able to click the banner and be directed to his website. The first question is how to insert the banner picture into his...

Gridlines for MS Excel Worksheet [ 1 Answers ]

Hi: I have installed MS Excel 2000 and MS Excel 2003 on my two emachines computers with Windows XP. Both versions of Excel are perfect on one computer, but they are not on the other one. On my second computer, Excel worksheets of both versions never have gridlines. The sheets or tables look...

Microsoft Excel 2003 Worksheet Problem [ 1 Answers ]

Hi: Would you please help me solve the problem I am having! This is the problem: I have installed MS Office 2003 on my two home computers. Everything is OK on one computer, but MS Excel 2003 is a problem on another computer. When I open a new workbook, I always get a blank worksheet that has...


View more questions Search