PC Review


Reply
Thread Tools Rate Thread

Creating customized hyperlinks to a site

 
 
Natarajan
Guest
Posts: n/a
 
      10th Dec 2007
I have a column of values that correspond to a ID.

I need to create a HYPERLINK in this cell that will take me to a specified
URL where the ID changes corresponding to the value in the cell.

8410495 Link
10681746 Link
10681746 Link
1682519 Link
1682519 Link

The generic link is
http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum

Note the **** sign in the URL. I want this to be correspondingly replaced
with the ID in each cell.

I am trying to link these IDs to their respective public URLs in PUBMED.

--
Natarajan Ganesan, PhD


 
Reply With Quote
 
 
 
 
Conan Kelly
Guest
Posts: n/a
 
      10th Dec 2007
Natarajan,

Is the word "Link" included with the ID in each cell? I would strip out
"Link" and any leading/trailing spaces. Then you should be able to use the
HYPERLINK() function:

(I'm assuming that the data you listed in your original post starts in cell
A2)
Enter this formula in cell B2:

=HYPERLINK("http://www.ncbi/nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch="
& A2 & "&ordinalpos=1.............", "enter the text you want to display in
the cell here or use a cell reference without quotes")



Be sure to finish off the link after " & A2 & ". Also, don't copy & paste
my formula above. I typed it in as I was looking at your original
link.......it could have typos.

HTH,

Conan









"Natarajan" <(E-Mail Removed)> wrote in message
news:836232DC-257E-4CE0-B418-(E-Mail Removed)...
>I have a column of values that correspond to a ID.
>
> I need to create a HYPERLINK in this cell that will take me to a specified
> URL where the ID changes corresponding to the value in the cell.
>
> 8410495 Link
> 10681746 Link
> 10681746 Link
> 1682519 Link
> 1682519 Link
>
> The generic link is
> http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum
>
> Note the **** sign in the URL. I want this to be correspondingly replaced
> with the ID in each cell.
>
> I am trying to link these IDs to their respective public URLs in PUBMED.
>
> --
> Natarajan Ganesan, PhD
>
>



 
Reply With Quote
 
Natarajan
Guest
Posts: n/a
 
      11th Dec 2007
Hi Conan,

Thank you for your reply. Yes, the word Link was to just refer to the cell
where I wold place the link. It could also be put back right over the cell
containing the number (most ideal).

However, I must say that I got an "invalid key" message when I tried syntax
you gave. I typed my own (rather I generated it after visiting a typical
pubmed link). I followed this byusing 'Insert' 'Function' command formmenu
and pasted the hyperlink. After this I tried to locate the place where you
suggested the change. It did not work.

If I may request would it be possible for you to generate template cell. I
would very very grateful.

Sincerely

Natarajan Ganesan, PhD
Email: firstnameNOSPACElastname to my gmail account.

--
Natarajan Ganesan



"Conan Kelly" wrote:

> Natarajan,
>
> Is the word "Link" included with the ID in each cell? I would strip out
> "Link" and any leading/trailing spaces. Then you should be able to use the
> HYPERLINK() function:
>
> (I'm assuming that the data you listed in your original post starts in cell
> A2)
> Enter this formula in cell B2:
>
> =HYPERLINK("http://www.ncbi/nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch="
> & A2 & "&ordinalpos=1.............", "enter the text you want to display in
> the cell here or use a cell reference without quotes")
>
>
>
> Be sure to finish off the link after " & A2 & ". Also, don't copy & paste
> my formula above. I typed it in as I was looking at your original
> link.......it could have typos.
>
> HTH,
>
> Conan
>
>
>
>
>
>
>
>
>
> "Natarajan" <(E-Mail Removed)> wrote in message
> news:836232DC-257E-4CE0-B418-(E-Mail Removed)...
> >I have a column of values that correspond to a ID.
> >
> > I need to create a HYPERLINK in this cell that will take me to a specified
> > URL where the ID changes corresponding to the value in the cell.
> >
> > 8410495 Link
> > 10681746 Link
> > 10681746 Link
> > 1682519 Link
> > 1682519 Link
> >
> > The generic link is
> > http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum
> >
> > Note the **** sign in the URL. I want this to be correspondingly replaced
> > with the ID in each cell.
> >
> > I am trying to link these IDs to their respective public URLs in PUBMED.
> >
> > --
> > Natarajan Ganesan, PhD
> >
> >

>
>
>

 
Reply With Quote
 
Conan Kelly
Guest
Posts: n/a
 
      11th Dec 2007
Natarajan,

I've come up with a test workbook that shows how this is done.

Do you have an email address that you would like me to send this to or would
you rather I attach it to a post?

You can send me your email address to "CTBarbarin at msn dot com"
(OR remove the "NOSPAM"s from my email address if you click reply)

If you post your email address, be sure to spell it out like I did above or
insert obvious words (ie. NOSPAM, BUCKETOFSPAM, DELETE, etc...) that need to
be removed from the address:
(E-Mail Removed)OSPAM

HTH,

Conan




"Natarajan" <(E-Mail Removed)> wrote in message
news7C539DF-7D7F-4124-BA00-(E-Mail Removed)...
> Hi Conan,
>
> Thank you for your reply. Yes, the word Link was to just refer to the cell
> where I wold place the link. It could also be put back right over the cell
> containing the number (most ideal).
>
> However, I must say that I got an "invalid key" message when I tried
> syntax
> you gave. I typed my own (rather I generated it after visiting a typical
> pubmed link). I followed this byusing 'Insert' 'Function' command formmenu
> and pasted the hyperlink. After this I tried to locate the place where you
> suggested the change. It did not work.
>
> If I may request would it be possible for you to generate template cell. I
> would very very grateful.
>
> Sincerely
>
> Natarajan Ganesan, PhD
> Email: firstnameNOSPACElastname to my gmail account.
>
> --
> Natarajan Ganesan
>
>
>
> "Conan Kelly" wrote:
>
>> Natarajan,
>>
>> Is the word "Link" included with the ID in each cell? I would strip out
>> "Link" and any leading/trailing spaces. Then you should be able to use
>> the
>> HYPERLINK() function:
>>
>> (I'm assuming that the data you listed in your original post starts in
>> cell
>> A2)
>> Enter this formula in cell B2:
>>
>> =HYPERLINK("http://www.ncbi/nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch="
>> & A2 & "&ordinalpos=1.............", "enter the text you want to display
>> in
>> the cell here or use a cell reference without quotes")
>>
>>
>>
>> Be sure to finish off the link after " & A2 & ". Also, don't copy &
>> paste
>> my formula above. I typed it in as I was looking at your original
>> link.......it could have typos.
>>
>> HTH,
>>
>> Conan
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> "Natarajan" <(E-Mail Removed)> wrote in message
>> news:836232DC-257E-4CE0-B418-(E-Mail Removed)...
>> >I have a column of values that correspond to a ID.
>> >
>> > I need to create a HYPERLINK in this cell that will take me to a
>> > specified
>> > URL where the ID changes corresponding to the value in the cell.
>> >
>> > 8410495 Link
>> > 10681746 Link
>> > 10681746 Link
>> > 1682519 Link
>> > 1682519 Link
>> >
>> > The generic link is
>> > http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum
>> >
>> > Note the **** sign in the URL. I want this to be correspondingly
>> > replaced
>> > with the ID in each cell.
>> >
>> > I am trying to link these IDs to their respective public URLs in
>> > PUBMED.
>> >
>> > --
>> > Natarajan Ganesan, PhD
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
Natarajan
Guest
Posts: n/a
 
      12th Dec 2007
natarajanganesan is my id. I have a Gmail account.

Thank you very much for your help

--
Natarajan Ganesan



"Conan Kelly" wrote:

> Natarajan,
>
> I've come up with a test workbook that shows how this is done.
>
> Do you have an email address that you would like me to send this to or would
> you rather I attach it to a post?
>
> You can send me your email address to "CTBarbarin at msn dot com"
> (OR remove the "NOSPAM"s from my email address if you click reply)
>
> If you post your email address, be sure to spell it out like I did above or
> insert obvious words (ie. NOSPAM, BUCKETOFSPAM, DELETE, etc...) that need to
> be removed from the address:
> (E-Mail Removed)OSPAM
>
> HTH,
>
> Conan
>
>
>
>
> "Natarajan" <(E-Mail Removed)> wrote in message
> news7C539DF-7D7F-4124-BA00-(E-Mail Removed)...
> > Hi Conan,
> >
> > Thank you for your reply. Yes, the word Link was to just refer to the cell
> > where I wold place the link. It could also be put back right over the cell
> > containing the number (most ideal).
> >
> > However, I must say that I got an "invalid key" message when I tried
> > syntax
> > you gave. I typed my own (rather I generated it after visiting a typical
> > pubmed link). I followed this byusing 'Insert' 'Function' command formmenu
> > and pasted the hyperlink. After this I tried to locate the place where you
> > suggested the change. It did not work.
> >
> > If I may request would it be possible for you to generate template cell. I
> > would very very grateful.
> >
> > Sincerely
> >
> > Natarajan Ganesan, PhD
> > Email: firstnameNOSPACElastname to my gmail account.
> >
> > --
> > Natarajan Ganesan
> >
> >
> >
> > "Conan Kelly" wrote:
> >
> >> Natarajan,
> >>
> >> Is the word "Link" included with the ID in each cell? I would strip out
> >> "Link" and any leading/trailing spaces. Then you should be able to use
> >> the
> >> HYPERLINK() function:
> >>
> >> (I'm assuming that the data you listed in your original post starts in
> >> cell
> >> A2)
> >> Enter this formula in cell B2:
> >>
> >> =HYPERLINK("http://www.ncbi/nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch="
> >> & A2 & "&ordinalpos=1.............", "enter the text you want to display
> >> in
> >> the cell here or use a cell reference without quotes")
> >>
> >>
> >>
> >> Be sure to finish off the link after " & A2 & ". Also, don't copy &
> >> paste
> >> my formula above. I typed it in as I was looking at your original
> >> link.......it could have typos.
> >>
> >> HTH,
> >>
> >> Conan
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> "Natarajan" <(E-Mail Removed)> wrote in message
> >> news:836232DC-257E-4CE0-B418-(E-Mail Removed)...
> >> >I have a column of values that correspond to a ID.
> >> >
> >> > I need to create a HYPERLINK in this cell that will take me to a
> >> > specified
> >> > URL where the ID changes corresponding to the value in the cell.
> >> >
> >> > 8410495 Link
> >> > 10681746 Link
> >> > 10681746 Link
> >> > 1682519 Link
> >> > 1682519 Link
> >> >
> >> > The generic link is
> >> > http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum
> >> >
> >> > Note the **** sign in the URL. I want this to be correspondingly
> >> > replaced
> >> > with the ID in each cell.
> >> >
> >> > I am trying to link these IDs to their respective public URLs in
> >> > PUBMED.
> >> >
> >> > --
> >> > Natarajan Ganesan, PhD
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Conan Kelly
Guest
Posts: n/a
 
      12th Dec 2007
Natarajan,

Just sent it. Let me know if you have any questions or you don't recieve
it.

Conan




"Natarajan" <(E-Mail Removed)> wrote in message
news:7FA1C704-6B7E-4311-B102-(E-Mail Removed)...
> natarajanganesan is my id. I have a Gmail account.
>
> Thank you very much for your help
>
> --
> Natarajan Ganesan
>
>
>
> "Conan Kelly" wrote:
>
>> Natarajan,
>>
>> I've come up with a test workbook that shows how this is done.
>>
>> Do you have an email address that you would like me to send this to or
>> would
>> you rather I attach it to a post?
>>
>> You can send me your email address to "CTBarbarin at msn dot com"
>> (OR remove the "NOSPAM"s from my email address if you click reply)
>>
>> If you post your email address, be sure to spell it out like I did above
>> or
>> insert obvious words (ie. NOSPAM, BUCKETOFSPAM, DELETE, etc...) that need
>> to
>> be removed from the address:
>> (E-Mail Removed)OSPAM
>>
>> HTH,
>>
>> Conan
>>
>>
>>
>>
>> "Natarajan" <(E-Mail Removed)> wrote in message
>> news7C539DF-7D7F-4124-BA00-(E-Mail Removed)...
>> > Hi Conan,
>> >
>> > Thank you for your reply. Yes, the word Link was to just refer to the
>> > cell
>> > where I wold place the link. It could also be put back right over the
>> > cell
>> > containing the number (most ideal).
>> >
>> > However, I must say that I got an "invalid key" message when I tried
>> > syntax
>> > you gave. I typed my own (rather I generated it after visiting a
>> > typical
>> > pubmed link). I followed this byusing 'Insert' 'Function' command
>> > formmenu
>> > and pasted the hyperlink. After this I tried to locate the place where
>> > you
>> > suggested the change. It did not work.
>> >
>> > If I may request would it be possible for you to generate template
>> > cell. I
>> > would very very grateful.
>> >
>> > Sincerely
>> >
>> > Natarajan Ganesan, PhD
>> > Email: firstnameNOSPACElastname to my gmail account.
>> >
>> > --
>> > Natarajan Ganesan
>> >
>> >
>> >
>> > "Conan Kelly" wrote:
>> >
>> >> Natarajan,
>> >>
>> >> Is the word "Link" included with the ID in each cell? I would strip
>> >> out
>> >> "Link" and any leading/trailing spaces. Then you should be able to
>> >> use
>> >> the
>> >> HYPERLINK() function:
>> >>
>> >> (I'm assuming that the data you listed in your original post starts in
>> >> cell
>> >> A2)
>> >> Enter this formula in cell B2:
>> >>
>> >> =HYPERLINK("http://www.ncbi/nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch="
>> >> & A2 & "&ordinalpos=1.............", "enter the text you want to
>> >> display
>> >> in
>> >> the cell here or use a cell reference without quotes")
>> >>
>> >>
>> >>
>> >> Be sure to finish off the link after " & A2 & ". Also, don't copy &
>> >> paste
>> >> my formula above. I typed it in as I was looking at your original
>> >> link.......it could have typos.
>> >>
>> >> HTH,
>> >>
>> >> Conan
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> "Natarajan" <(E-Mail Removed)> wrote in message
>> >> news:836232DC-257E-4CE0-B418-(E-Mail Removed)...
>> >> >I have a column of values that correspond to a ID.
>> >> >
>> >> > I need to create a HYPERLINK in this cell that will take me to a
>> >> > specified
>> >> > URL where the ID changes corresponding to the value in the cell.
>> >> >
>> >> > 8410495 Link
>> >> > 10681746 Link
>> >> > 10681746 Link
>> >> > 1682519 Link
>> >> > 1682519 Link
>> >> >
>> >> > The generic link is
>> >> > http://www.ncbi.nlm.nih.gov/sites/en...ubmed_RVDocSum
>> >> >
>> >> > Note the **** sign in the URL. I want this to be correspondingly
>> >> > replaced
>> >> > with the ID in each cell.
>> >> >
>> >> > I am trying to link these IDs to their respective public URLs in
>> >> > PUBMED.
>> >> >
>> >> > --
>> >> > Natarajan Ganesan, PhD
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating customized menus Jim Hess Microsoft Access Getting Started 1 6th Sep 2008 08:08 PM
site summary shows broken hyperlinks; on the site they're fine GCSEIS Microsoft Frontpage 7 20th Dec 2007 12:35 AM
Creating a Customized View in 07 BCM =?Utf-8?B?c291dGhiYXlzdGV2ZQ==?= Microsoft Outlook BCM 1 23rd Jul 2007 02:53 PM
Creating a customized counter? Peter Microsoft Access Database Table Design 10 22nd Jan 2004 12:41 AM
creating a customized rule MCpl f dillon Microsoft Outlook 0 29th Oct 2003 02:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:36 PM.