#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default HYPERLINK!!!

I have a sheet with multiple numbers on it ( Sheet1), and on another sheet I
have a tracking sheet of the numbers(Sheet 2). I want to be able to
hyperlink from sheet 2 the list, to sheet 1 at the start of the page. Sounds
very easy, but I have 300 to do, wondering if there is a quick way to do it,
or do I have to do everyone manually? Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default HYPERLINK!!!

hi, anonymous !

if you are "confused at work"... your post makes "confused" (this side of the news-reader)
could you provide a more... "accurated" details regarding your data layout ? (preferably, +/- exactly)

- what (and where) are the numbers in sheet1 ?
- how (and where) you need "hyperlink" in sheet2 to "the list" in sheet1 ?

regards,
hector.

__ OP __
I have a sheet with multiple numbers on it (Sheet1)
and... I have a tracking sheet of the numbers (Sheet2).
I want to be able to hyperlink from sheet 2 the list, to sheet 1 at the start of the page.
Sounds very easy, but I have 300 to do, wondering if there is a quick way to do it
or do I have to do everyone manually? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default HYPERLINK!!!

Sheet 1 (date) has 300 pages, numbered fromtruck 1 to 300 with details
pertaining to specific information.

Sheet 2 ( Summary) has a breakdown of all the inofrmation from one page on
multiple lines, a summary report without all the nice letterhead and fancy
writing, just the basic information. Including the truck number from sheet 1
(data).

Now if I have to look up information I want ot be able to go to SUmmary
sheet, click on truck # 5 and it then take me exactly to Sheet 1 (data) Truck
5.

Now each truck is 60 cells apart from the first to the second if that helps.
So I need the hyperlink for... =data a60 truck 1 = data a120 truck 2... all
the way to 300.

Is there a easy way to do this, or do I have to do each one individually?




"Héctor Miguel" wrote:

hi, anonymous !

if you are "confused at work"... your post makes "confused" (this side of the news-reader)
could you provide a more... "accurated" details regarding your data layout ? (preferably, +/- exactly)

- what (and where) are the numbers in sheet1 ?
- how (and where) you need "hyperlink" in sheet2 to "the list" in sheet1 ?

regards,
hector.

__ OP __
I have a sheet with multiple numbers on it (Sheet1)
and... I have a tracking sheet of the numbers (Sheet2).
I want to be able to hyperlink from sheet 2 the list, to sheet 1 at the start of the page.
Sounds very easy, but I have 300 to do, wondering if there is a quick way to do it
or do I have to do everyone manually? Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default HYPERLINK!!!

hi, !

in sheet2, starting on A1, use the following formula (and copy/drag 300 rows down)

=hyperlink("#sheet1!a"&row()*60,"summary of truck "&row())

modify/adapt/... according your (real) layout, sheet-name, ...

hth,
hector.

Sheet 1 (date) has 300 pages, numbered from truck 1 to 300 with details pertaining to specific information.

Sheet 2 ( Summary) has a breakdown of all the inofrmation from one page on multiple lines
a summary report without all the nice letterhead and fancy writing, just the basic information.
Including the truck number from sheet 1 (data).

Now if I have to look up information I want ot be able to go to SUmmary sheet
click on truck # 5 and it then take me exactly to Sheet 1 (data) Truck 5.

Now each truck is 60 cells apart from the first to the second if that helps.
So I need the hyperlink for... =data a60 truck 1 = data a120 truck 2... all the way to 300.

Is there a easy way to do this, or do I have to do each one individually?


__ OP __
hi, anonymous !

if you are "confused at work"... your post makes "confused" (this side of the news-reader)
could you provide a more... "accurated" details regarding your data layout ? (preferably, +/- exactly)

- what (and where) are the numbers in sheet1 ?
- how (and where) you need "hyperlink" in sheet2 to "the list" in sheet1 ?

__ OP __
I have a sheet with multiple numbers on it (Sheet1)
and... I have a tracking sheet of the numbers (Sheet2).
I want to be able to hyperlink from sheet 2 the list, to sheet 1 at the start of the page.
Sounds very easy, but I have 300 to do, wondering if there is a quick way to do it
or do I have to do everyone manually? Thanks.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default HYPERLINK!!!

Hector.


Data (Sheet)

D7 - 1 (Truck #)
in between has all information pertaining to that specific truck
D67 - 2 (Truck #)
information
D127 - 3 (Truck#)
so on so son until 300

----------------------------------------------------

Summary (Sheet)

Truck Weight Ref Ect..
A4 1 123.00 15
A5 2 110.00 13
A6 3 1000.0 18
A7 4 100 5
so on so to 300

Want to be able to click on Summary Sheet A4, and that take me exactly to
Data Truck #1 and so on til 300.




"Héctor Miguel" wrote:

hi, !

in sheet2, starting on A1, use the following formula (and copy/drag 300 rows down)

=hyperlink("#sheet1!a"&row()*60,"summary of truck "&row())

modify/adapt/... according your (real) layout, sheet-name, ...

hth,
hector.

Sheet 1 (date) has 300 pages, numbered from truck 1 to 300 with details pertaining to specific information.

Sheet 2 ( Summary) has a breakdown of all the inofrmation from one page on multiple lines
a summary report without all the nice letterhead and fancy writing, just the basic information.
Including the truck number from sheet 1 (data).

Now if I have to look up information I want ot be able to go to SUmmary sheet
click on truck # 5 and it then take me exactly to Sheet 1 (data) Truck 5.

Now each truck is 60 cells apart from the first to the second if that helps.
So I need the hyperlink for... =data a60 truck 1 = data a120 truck 2... all the way to 300.

Is there a easy way to do this, or do I have to do each one individually?


__ OP __
hi, anonymous !

if you are "confused at work"... your post makes "confused" (this side of the news-reader)
could you provide a more... "accurated" details regarding your data layout ? (preferably, +/- exactly)

- what (and where) are the numbers in sheet1 ?
- how (and where) you need "hyperlink" in sheet2 to "the list" in sheet1 ?

__ OP __
I have a sheet with multiple numbers on it (Sheet1)
and... I have a tracking sheet of the numbers (Sheet2).
I want to be able to hyperlink from sheet 2 the list, to sheet 1 at the start of the page.
Sounds very easy, but I have 300 to do, wondering if there is a quick way to do it
or do I have to do everyone manually? Thanks.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default HYPERLINK!!!

hi, !

in summary sheet, adapt previous proposed formula as follows:

from: [A1] =hyperlink("#sheet1!a"&row()*60,"summary of truck "&row())

to: [A4] =hyperlink("#data!d"&rows(a$4:a4)*60+7,"info of truck "&rows(a$4:a4))

hth,
hector.

__ OP __
Data (Sheet)
D7 - 1 (Truck #) in between has all information pertaining to that specific truck
D67 - 2 (Truck #) information
D127 - 3 (Truck #) so on so son until 300

Summary (Sheet)
Truck Weight Ref Ect..
A4 1 123.00 15
A5 2 110.00 13
A6 3 1000.0 18
A7 4 100 5
so on so to 300

Want to be able to click on Summary Sheet A4, and that take me exactly to Data Truck #1 and so on til 300.


in sheet2, starting on A1, use the following formula (and copy/drag 300 rows down)

=hyperlink("#sheet1!a"&row()*60,"summary of truck "&row())

modify/adapt/... according your (real) layout, sheet-name, ...

Sheet 1 (date) has 300 pages, numbered from truck 1 to 300 with details pertaining to specific information.

Sheet 2 ( Summary) has a breakdown of all the inofrmation from one page on multiple lines
a summary report without all the nice letterhead and fancy writing, just the basic information.
Including the truck number from sheet 1 (data).

Now if I have to look up information I want ot be able to go to SUmmary sheet
click on truck # 5 and it then take me exactly to Sheet 1 (data) Truck 5.

Now each truck is 60 cells apart from the first to the second if that helps.
So I need the hyperlink for... =data a60 truck 1 = data a120 truck 2... all the way to 300.

Is there a easy way to do this, or do I have to do each one individually?


__ OP __
hi, anonymous !

if you are "confused at work"... your post makes "confused" (this side of the news-reader)
could you provide a more... "accurated" details regarding your data layout ? (preferably, +/- exactly)

- what (and where) are the numbers in sheet1 ?
- how (and where) you need "hyperlink" in sheet2 to "the list" in sheet1 ?

__ OP __
I have a sheet with multiple numbers on it (Sheet1)
and... I have a tracking sheet of the numbers (Sheet2).
I want to be able to hyperlink from sheet 2 the list, to sheet 1 at the start of the page.
Sounds very easy, but I have 300 to do, wondering if there is a quick way to do it
or do I have to do everyone manually? Thanks.



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default HYPERLINK!!!

hi, (again), !

in summary sheet, adapt previous proposed formula as follows:

from: [A1] =hyperlink("#sheet1!a"&row()*60,"summary of truck "&row())

to: [A4] =hyperlink("#data!d"&rows(a$4:a4)*60+7,"info of truck "&rows(a$4:a4))


sorry, i have a mistake in revised formula, try this new one:

[A4] =hyperlink("#data!d"&(rows(a$4:a4)-1)*60+7,"info of truck "&rows(a$4:a4))

hth,
hector.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't make hyperlink function work for hyperlink to website Frank B Denman Excel Worksheet Functions 15 February 5th 07 11:01 PM
How do I create a hyperlink to a cell with the hyperlink function S. Bevins Excel Worksheet Functions 2 July 20th 06 08:06 PM
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Hyperlink from one sheet to the hyperlink on another AO Excel Discussion (Misc queries) 2 July 5th 05 11:27 AM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"