#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default hyperlink

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default hyperlink

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default hyperlink

Hi Dave
Formula starts in B7 which should take me to 'tour manager euro sheet' a44,
which it does but when it is repeated all the way down when i get to b12 it
should take me to a148 but it takes me to a151

Hope this helps

Stew

"Dave Peterson" wrote:

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default hyperlink

I still don't get the pattern:

Please be explicit.

B7 -- A44
B8 --
B9 --
B10 --
B11 --
B12 --

If each was incremented by 21, I'd end up with A149.

44
65
86
107
128
149



stew wrote:

Hi Dave
Formula starts in B7 which should take me to 'tour manager euro sheet' a44,
which it does but when it is repeated all the way down when i get to b12 it
should take me to a148 but it takes me to a151

Hope this helps

Stew

"Dave Peterson" wrote:

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default hyperlink

Hi Pete

Here we Go

B7 -- A44
B8 -- A65
B9 -- A86
B10 --A107
B11 --A128
B12 --A149

Now i see it like this I think my Increments are Wrong

Best

Stewart


"Dave Peterson" wrote:

I still don't get the pattern:

Please be explicit.

B7 -- A44
B8 --
B9 --
B10 --
B11 --
B12 --

If each was incremented by 21, I'd end up with A149.

44
65
86
107
128
149



stew wrote:

Hi Dave
Formula starts in B7 which should take me to 'tour manager euro sheet' a44,
which it does but when it is repeated all the way down when i get to b12 it
should take me to a148 but it takes me to a151

Hope this helps

Stew

"Dave Peterson" wrote:

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default hyperlink

This is the part of the formula that I wanted to experiment with:
INT(((ROW()-5)/2)*43)+1

So I used a test worksheet and put this in row 7:
=(21*(ROW()-7+1))+23
and dragged down and it seemed to work ok.

So...

=HYPERLINK("#'tour manager euro sheet'!a"&(21*(ROW()-7+1))+23,"VIEW")

Seemed to work ok.



stew wrote:

Hi Pete

Here we Go

B7 -- A44
B8 -- A65
B9 -- A86
B10 --A107
B11 --A128
B12 --A149

Now i see it like this I think my Increments are Wrong

Best

Stewart

"Dave Peterson" wrote:

I still don't get the pattern:

Please be explicit.

B7 -- A44
B8 --
B9 --
B10 --
B11 --
B12 --

If each was incremented by 21, I'd end up with A149.

44
65
86
107
128
149



stew wrote:

Hi Dave
Formula starts in B7 which should take me to 'tour manager euro sheet' a44,
which it does but when it is repeated all the way down when i get to b12 it
should take me to a148 but it takes me to a151

Hope this helps

Stew

"Dave Peterson" wrote:

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default hyperlink

thanks dave, worked a treat

Best

Stew

"Dave Peterson" wrote:

This is the part of the formula that I wanted to experiment with:
INT(((ROW()-5)/2)*43)+1

So I used a test worksheet and put this in row 7:
=(21*(ROW()-7+1))+23
and dragged down and it seemed to work ok.

So...

=HYPERLINK("#'tour manager euro sheet'!a"&(21*(ROW()-7+1))+23,"VIEW")

Seemed to work ok.



stew wrote:

Hi Pete

Here we Go

B7 -- A44
B8 -- A65
B9 -- A86
B10 --A107
B11 --A128
B12 --A149

Now i see it like this I think my Increments are Wrong

Best

Stewart

"Dave Peterson" wrote:

I still don't get the pattern:

Please be explicit.

B7 -- A44
B8 --
B9 --
B10 --
B11 --
B12 --

If each was incremented by 21, I'd end up with A149.

44
65
86
107
128
149



stew wrote:

Hi Dave
Formula starts in B7 which should take me to 'tour manager euro sheet' a44,
which it does but when it is repeated all the way down when i get to b12 it
should take me to a148 but it takes me to a151

Hope this helps

Stew

"Dave Peterson" wrote:

The formula provided a hyperlink that worked fine for me--if I put it in a cell
in row 5 or more. (Before row 5 and it would evaluate to a negative row.)

Since the hyperlink depends on the cell containing the formula, I'm not sure
what your first formula should be.

Can you share the first few cells that get the formula--and the corresponding
address that you want to hyperlink to?

stew wrote:

Dear All

Trouble with the Following
=HYPERLINK("#'tour manager euro sheet'!a"&INT(((ROW()-5)/2)*43)+1,"VIEW")

This Formula is repeated In a Column on a seperate worksheet. The Intention
Being that every second Row in the column the Hyperlink should take me 44
Rows on in 'tour manager euro sheet' on column a

Can anybody help the hapless soul

Best

Stew

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson

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
Convert hyperlink function into hyperlink Pai Excel Worksheet Functions 4 November 10th 08 03:29 PM
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
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 01:03 AM.

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"