Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pai Pai is offline
external usenet poster
 
Posts: 18
Default Convert hyperlink function into hyperlink

I am using hyperlink function using excel 2003. I type this
function in CellA it works perfectly e.g.

HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

But It show in the Form of Formulas. I want In the simple Hyperlink format

My data is look like this After insert the Hyperlink Function
Name
aaryan
aditya
hardeep
neeraj
pai
pardeep
renu

Before
A1 B1
aditya HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
hardeep HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
neeraj HYPERLINK("[Book2.xls]" & B33 & "!" & "a1 ", B33)
pai HYPERLINK("[Book2.xls]" & B34 & "!" & "a1 ", B34)
pardeep HYPERLINK("[Book2.xls]" & B35 & "!" & "a1 ", B35)
renu HYPERLINK("[Book2.xls]" & B36 & "!" & "a1 ", B36)

How can I Convert this in the fom of Hyperlink and remove this function

before I have only one column,now after inserting the function I have 2
column
I want only one column

Thanks

Pai
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Convert hyperlink function into hyperlink

Hi,

While you are on cell A1, hit Ctrl+K to create a hyperlink to the required
sheet. You would have to do this for the entries in column A

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Pai" wrote in message
...
I am using hyperlink function using excel 2003. I type this
function in CellA it works perfectly e.g.

HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

But It show in the Form of Formulas. I want In the simple Hyperlink format

My data is look like this After insert the Hyperlink Function
Name
aaryan
aditya
hardeep
neeraj
pai
pardeep
renu

Before
A1 B1
aditya HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
hardeep HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
neeraj HYPERLINK("[Book2.xls]" & B33 & "!" & "a1 ", B33)
pai HYPERLINK("[Book2.xls]" & B34 & "!" & "a1 ", B34)
pardeep HYPERLINK("[Book2.xls]" & B35 & "!" & "a1 ", B35)
renu HYPERLINK("[Book2.xls]" & B36 & "!" & "a1 ", B36)

How can I Convert this in the fom of Hyperlink and remove this function

before I have only one column,now after inserting the function I have 2
column
I want only one column

Thanks

Pai


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Convert hyperlink function into hyperlink

You need to put an equals sign in front of your formula:

=HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

and then copy it down.

If it is still showing the formula rather than the result, then the
cell is formatted as text. Use Format | Cells | Number tab, and choose
General then OK. Then press F2 on the cell, followed by <Enter to
effect the change of format.

Hope this helps.

Pete

On Nov 10, 7:02*am, Pai wrote:
I am using hyperlink function using excel 2003. *I type this
*function in CellA it works perfectly e.g.

HYPERLINK("[Book2.xls]" & A2 *& "!" & "a1 ", A2)

But It show in the Form of Formulas. I want In the simple Hyperlink format * * *

My data is look like this After insert the Hyperlink Function *
Name * *
aaryan *
aditya *
hardeep
neeraj *
pai * *
pardeep
renu * *

Before *
A1 * * *B1
aditya *HYPERLINK("[Book2.xls]" & B32 *& "!" & "a1 ", B32)
hardeep HYPERLINK("[Book2.xls]" & B32 *& "!" & "a1 ", B32)
neeraj *HYPERLINK("[Book2.xls]" & B33 *& "!" & "a1 ", B33)
pai * * HYPERLINK("[Book2.xls]" & B34 *& "!" & "a1 ", B34)
pardeep HYPERLINK("[Book2.xls]" & B35 *& "!" & "a1 ", B35)
renu * *HYPERLINK("[Book2.xls]" & B36 *& "!" & "a1 ", B36)

How can I Convert this in the fom of Hyperlink and remove this function

before I have only one column,now after inserting the function I have 2
column *
I want only one column *

Thanks

Pai


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Convert hyperlink function into hyperlink

i mean to say that whenever we entered any function say 1+2 is =3 then we are
convert into value by Copy<paste Special<value.

Is there any way to convert hyperlink function into Hyperlink

I have More than 80 to 90 Sheets in a workbook And i have 20 workbooks.

Thanks

Pai
"Ashish Mathur" wrote:

Hi,

While you are on cell A1, hit Ctrl+K to create a hyperlink to the required
sheet. You would have to do this for the entries in column A

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Pai" wrote in message
...
I am using hyperlink function using excel 2003. I type this
function in CellA it works perfectly e.g.

HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

But It show in the Form of Formulas. I want In the simple Hyperlink format

My data is look like this After insert the Hyperlink Function
Name
aaryan
aditya
hardeep
neeraj
pai
pardeep
renu

Before
A1 B1
aditya HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
hardeep HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
neeraj HYPERLINK("[Book2.xls]" & B33 & "!" & "a1 ", B33)
pai HYPERLINK("[Book2.xls]" & B34 & "!" & "a1 ", B34)
pardeep HYPERLINK("[Book2.xls]" & B35 & "!" & "a1 ", B35)
renu HYPERLINK("[Book2.xls]" & B36 & "!" & "a1 ", B36)

How can I Convert this in the fom of Hyperlink and remove this function

before I have only one column,now after inserting the function I have 2
column
I want only one column

Thanks

Pai


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Convert hyperlink function into hyperlink

As i mention that this function is perfectly working for me.

If other Formulas are convert into Value why not Hyperlink function.

Say that i have list of name in A1 I put this Function in B1, but when i
Delete the entire Column A1 it will Show only 0 in B1. I want to Delete
Column A which have NAME.

Is it possible to Delete ColumnA with effecting any Hyperlinks in B1

Or is there is any method without doing Manually and USING MACRO to inset
hyperlinks.


Thanks

Pai


"Pete_UK" wrote:

You need to put an equals sign in front of your formula:

=HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

and then copy it down.

If it is still showing the formula rather than the result, then the
cell is formatted as text. Use Format | Cells | Number tab, and choose
General then OK. Then press F2 on the cell, followed by <Enter to
effect the change of format.

Hope this helps.

Pete

On Nov 10, 7:02 am, Pai wrote:
I am using hyperlink function using excel 2003. I type this
function in CellA it works perfectly e.g.

HYPERLINK("[Book2.xls]" & A2 & "!" & "a1 ", A2)

But It show in the Form of Formulas. I want In the simple Hyperlink format

My data is look like this After insert the Hyperlink Function
Name
aaryan
aditya
hardeep
neeraj
pai
pardeep
renu

Before
A1 B1
aditya HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
hardeep HYPERLINK("[Book2.xls]" & B32 & "!" & "a1 ", B32)
neeraj HYPERLINK("[Book2.xls]" & B33 & "!" & "a1 ", B33)
pai HYPERLINK("[Book2.xls]" & B34 & "!" & "a1 ", B34)
pardeep HYPERLINK("[Book2.xls]" & B35 & "!" & "a1 ", B35)
renu HYPERLINK("[Book2.xls]" & B36 & "!" & "a1 ", B36)

How can I Convert this in the fom of Hyperlink and remove this function

before I have only one column,now after inserting the function I have 2
column
I want only one column

Thanks

Pai



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
Convert Hyperlink into URL HarryNYC Excel Discussion (Misc queries) 3 February 9th 06 08:01 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 12:23 AM.

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

About Us

"It's about Microsoft Excel"