#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Hyperlinks

I have 1 Master sheets and there are 400 Company name with there detail.

I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.

Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
Now when i click on Company Name (A1) then it will open that Particular
Sheet.

My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with Manually means Applying
HYPERLINKS One By One.

As i mentioned above that there is 400Worksheet.

Any Help will be Appreciate.

Thanks In Advance

Hardeep Kanwar

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlinks

Assuming your company names are in column A, put this in B1:

=HYPERLINK("#'"&A1&"'!A1,A1)

then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !

Hope this helps.

Pete

On Nov 6, 3:38*pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.

I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.

Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
*Now when i click on Company Name (A1) then it will open that Particular
Sheet.

My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with *Manually means Applying
HYPERLINKS One By One.

As i mentioned above that there is 400Worksheet.

Any Help will be Appreciate.

Thanks In Advance

Hardeep Kanwar


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Hyperlinks

Dear Sir

Thanks for the quick reply

but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)

Hardeep kanwar

"Pete_UK" wrote:

Assuming your company names are in column A, put this in B1:

=HYPERLINK("#'"&A1&"'!A1,A1)

then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !

Hope this helps.

Pete

On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.

I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.

Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
Now when i click on Company Name (A1) then it will open that Particular
Sheet.

My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with Manually means Applying
HYPERLINKS One By One.

As i mentioned above that there is 400Worksheet.

Any Help will be Appreciate.

Thanks In Advance

Hardeep Kanwar



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlinks

Instead of typing it, copy it from the newsgroup posting and paste it
into the formula bar.

Pete

On Nov 7, 4:05*am, Hardeep_kanwar
wrote:
Dear Sir

Thanks for the quick reply

but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)

Hardeep kanwar



"Pete_UK" wrote:
Assuming your company names are in column A, put this in B1:


=HYPERLINK("#'"&A1&"'!A1,A1)


then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !


Hope this helps.


Pete


On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.


I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.


Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
*Now when i click on Company Name (A1) then it will open that Particular
Sheet.


My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with *Manually means Applying
HYPERLINKS One By One.


As i mentioned above that there is 400Worksheet.


Any Help will be Appreciate.


Thanks In Advance


Hardeep Kanwar- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlinks

Just had a thought - you might use semicolons instead of commas to
separate the parameters, so you might like to try this version:

=HYPERLINK("#'"&A1&"'!A1;A1)

Hope this helps.

Pete

On Nov 7, 9:38*am, Pete_UK wrote:
Instead of typing it, copy it from the newsgroup posting and paste it
into the formula bar.

Pete

On Nov 7, 4:05*am, Hardeep_kanwar



wrote:
Dear Sir


Thanks for the quick reply


but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)


Hardeep kanwar


"Pete_UK" wrote:
Assuming your company names are in column A, put this in B1:


=HYPERLINK("#'"&A1&"'!A1,A1)


then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !


Hope this helps.


Pete


On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.


I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.


Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
*Now when i click on Company Name (A1) then it will open that Particular
Sheet.


My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with *Manually means Applying
HYPERLINKS One By One.


As i mentioned above that there is 400Worksheet.


Any Help will be Appreciate.


Thanks In Advance


Hardeep Kanwar- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Hyperlinks

http://www.savefile.com/files/1875611

Kindly find the Attached file. In which i copy the formula which is given by
you.But still it show the ERROR.

Thanks
Hardeep

"Pete_UK" wrote:

Just had a thought - you might use semicolons instead of commas to
separate the parameters, so you might like to try this version:

=HYPERLINK("#'"&A1&"'!A1;A1)

Hope this helps.

Pete

On Nov 7, 9:38 am, Pete_UK wrote:
Instead of typing it, copy it from the newsgroup posting and paste it
into the formula bar.

Pete

On Nov 7, 4:05 am, Hardeep_kanwar



wrote:
Dear Sir


Thanks for the quick reply


but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)


Hardeep kanwar


"Pete_UK" wrote:
Assuming your company names are in column A, put this in B1:


=HYPERLINK("#'"&A1&"'!A1,A1)


then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !


Hope this helps.


Pete


On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.


I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.


Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
Now when i click on Company Name (A1) then it will open that Particular
Sheet.


My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with Manually means Applying
HYPERLINKS One By One.


As i mentioned above that there is 400Worksheet.


Any Help will be Appreciate.


Thanks In Advance


Hardeep Kanwar- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlinks

Okay, here's a modification to the formula:

=HYPERLINK("#'"&A2&"'!A2";A2)

I missed the quotes after the second A2.

However, your sheet names in column A must be exactly the same as what
you have used - your first one has "n/w" at the end of it.

Hope this helps.

Pete


On Nov 7, 3:50*pm, Hardeep_kanwar
wrote:
http://www.savefile.com/files/1875611

Kindly find the Attached file. In which i copy the formula which is given by
you.But still it show the ERROR.

Thanks
Hardeep



"Pete_UK" wrote:
Just had a thought - you might use semicolons instead of commas to
separate the parameters, so you might like to try this version:


=HYPERLINK("#'"&A1&"'!A1;A1)


Hope this helps.


Pete


On Nov 7, 9:38 am, Pete_UK wrote:
Instead of typing it, copy it from the newsgroup posting and paste it
into the formula bar.


Pete


On Nov 7, 4:05 am, Hardeep_kanwar


wrote:
Dear Sir


Thanks for the quick reply


but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)


Hardeep kanwar


"Pete_UK" wrote:
Assuming your company names are in column A, put this in B1:


=HYPERLINK("#'"&A1&"'!A1,A1)


then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !


Hope this helps.


Pete


On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.


I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.


Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
*Now when i click on Company Name (A1) then it will open that Particular
Sheet.


My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with *Manually means Applying
HYPERLINKS One By One.


As i mentioned above that there is 400Worksheet.


Any Help will be Appreciate.


Thanks In Advance


Hardeep Kanwar- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Hyperlinks

Thanks Sir,

It works Gr8

Hardeep kanwar

"Pete_UK" wrote:

Okay, here's a modification to the formula:

=HYPERLINK("#'"&A2&"'!A2";A2)

I missed the quotes after the second A2.

However, your sheet names in column A must be exactly the same as what
you have used - your first one has "n/w" at the end of it.

Hope this helps.

Pete


On Nov 7, 3:50 pm, Hardeep_kanwar
wrote:
http://www.savefile.com/files/1875611

Kindly find the Attached file. In which i copy the formula which is given by
you.But still it show the ERROR.

Thanks
Hardeep



"Pete_UK" wrote:
Just had a thought - you might use semicolons instead of commas to
separate the parameters, so you might like to try this version:


=HYPERLINK("#'"&A1&"'!A1;A1)


Hope this helps.


Pete


On Nov 7, 9:38 am, Pete_UK wrote:
Instead of typing it, copy it from the newsgroup posting and paste it
into the formula bar.


Pete


On Nov 7, 4:05 am, Hardeep_kanwar


wrote:
Dear Sir


Thanks for the quick reply


but when i entered this Formula in Bi. It Show the ERROR MESSAGE(THE FORMULA
YOU TYPED CONTAINA AN ERROR)


Hardeep kanwar


"Pete_UK" wrote:
Assuming your company names are in column A, put this in B1:


=HYPERLINK("#'"&A1&"'!A1,A1)


then copy down your 400 rows. You will have the name in column B as a
clickable hyperlink which will take you to cell A1 in the appropriate
sheet. Note the apostophes in the formula - one after # and one
before !


Hope this helps.


Pete


On Nov 6, 3:38 pm, Hardeep_kanwar
wrote:
I have 1 Master sheets and there are 400 Company name with there detail.


I make the worksheets according to there Company Name in the same workbook
i.e. 400 worksheets.


Now i want to apply the hyperlinks on all the Company Name in Master Sheets.
Now when i click on Company Name (A1) then it will open that Particular
Sheet.


My Question is- Is it Possible to apply HYPERLINKS to all the company Name
for giving the one Command Or i have to go with Manually means Applying
HYPERLINKS One By One.


As i mentioned above that there is 400Worksheet.


Any Help will be Appreciate.


Thanks In Advance


Hardeep Kanwar- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlinks

You're welcome - thanks for feeding back.

Pete

On Nov 10, 3:31*pm, Hardeep_kanwar
wrote:
Thanks Sir,

It works Gr8

Hardeep kanwar


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
Hyperlinks Gmata Excel Discussion (Misc queries) 1 February 14th 08 08:33 PM
Hyperlinks: Hyperlinks change on copy/paste? Rick S. Excel Worksheet Functions 0 November 13th 07 08:19 PM
Update 2000 Excel hyperlinks to 2003 hyperlinks lonv155 Excel Worksheet Functions 4 October 25th 07 05:51 AM
How toi turn-off hyperlinks [excel]? Email hyperlinks pop up ! jacob735 Excel Discussion (Misc queries) 1 June 22nd 07 12:57 AM
Excel Hyperlinks- cell content v. hyperlinks herpetafauna Excel Discussion (Misc queries) 2 May 23rd 06 04:39 AM


All times are GMT +1. The time now is 03:34 PM.

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"