|
Question
 | |  | | | 
May 5, 2006, 11:43 AM
|  | Über Member | | Join Date: Aug 2005 Location: The Bogs at Windover
Posts: 7,363
| | | 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!! | | | | | | |
Answers
 | |  | | |
May 5, 2006, 11:56 AM
|
#2
| | Administrator
Join Date: Mar 2005 Location: Behind You !!
Posts: 8,883
Pay to call Curlyben for advice ($1/min) | 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  |
| | | | | | |  | |  | | |
May 5, 2006, 12:00 PM
|
#3
| | Über Member
Join Date: Aug 2005 Location: The Bogs at Windover
Posts: 7,363
| 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? |
| | | | | | |  | |  | | |
May 5, 2006, 12:03 PM
|
#4
| | Administrator
Join Date: Mar 2005 Location: Behind You !!
Posts: 8,883
Pay to call Curlyben for advice ($1/min) | 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  |
| | | | | | |  | |  | | |
May 8, 2006, 02:47 AM
|
#5
| | Über Member
Join Date: Aug 2005 Location: The Bogs at Windover
Posts: 7,363
| 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 aint 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! |
| | | | | | |  | |  | | |
May 8, 2006, 06:17 AM
|
#6
| | | Computer Expert and Renaissance Man
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 33,664
Pay to call ScottGem for advice ($.75/min) | 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. |
| | | | | | |  | |  | | |
May 8, 2006, 06:24 AM
|
#7
| | Über Member
Join Date: Aug 2005 Location: The Bogs at Windover
Posts: 7,363
| 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. |
| | | | | | |  | |  | | |
May 8, 2006, 07:10 AM
|
#8
| | Ultra Member
Join Date: Feb 2004 Location: Cambridge, UK
Posts: 1,047
| Rick, if you want a free but great database go with MySql. It's used by a lot of major players. |
| | | | | | |  | |  | | |
May 8, 2006, 07:15 AM
|
#9
| | Über Member
Join Date: Aug 2005 Location: The Bogs at Windover
Posts: 7,363
| 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? |
| | | | | | | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | |
Thread Tools |
Search this Thread |
Bookmarks
| | |