ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel if & hyperlink formula (https://www.excelbanter.com/excel-programming/305766-re-excel-if-hyperlink-formula.html)

Frank Kabel

Excel if & hyperlink formula
 
Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement and
if it is true, pull forward the hyperlink that is in the appropriate
cell. I can get it to pull the actual text, but I have not found out
a way to get it to pull forward the active hyperlink. Here's what I
have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate if
that particular policy is applicable for that department. We want to
create a customized Table of contents for our Policy Manual based on
if the policy applies to that department. The hyperlinks are word
documents on our public drives accessible by everyone. If anyone can
help I'd really appreciate it.

Thanks!



Frank Kabel

Excel if & hyperlink formula
 
Hi
whyt value is exactly in cell A1

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Thanks Frank. It worked, however, its isn't finding appropriate
file. "Cannot open specified file." So I will have to keep at it.
Thanks again

"Frank Kabel" wrote:

Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement and
if it is true, pull forward the hyperlink that is in the

appropriate
cell. I can get it to pull the actual text, but I have not found
out a way to get it to pull forward the active hyperlink. Here's
what I have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate if
that particular policy is applicable for that department. We want
to create a customized Table of contents for our Policy Manual
based on if the policy applies to that department. The hyperlinks
are word documents on our public drives accessible by everyone. If
anyone can help I'd really appreciate it.

Thanks!



david mcritchie

Excel if & hyperlink formula
 
some example of use of HYPERLINK Worksheet Formula
http://www.mvps.org/dmcritchie/excel....htm#hyperlink

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"LLee" wrote in message ...
Thanks Frank. It worked, however, its isn't finding appropriate file. "Cannot open specified file." So I will have to keep at

it. Thanks again

"Frank Kabel" wrote:

Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement and
if it is true, pull forward the hyperlink that is in the appropriate
cell. I can get it to pull the actual text, but I have not found out
a way to get it to pull forward the active hyperlink. Here's what I
have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate if
that particular policy is applicable for that department. We want to
create a customized Table of contents for our Policy Manual based on
if the policy applies to that department. The hyperlinks are word
documents on our public drives accessible by everyone. If anyone can
help I'd really appreciate it.

Thanks!






LLee

Excel if & hyperlink formula
 
It is a hyperlink to a word document within the same drive and actually the same folder as well.

"Frank Kabel" wrote:

Hi
whyt value is exactly in cell A1

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Thanks Frank. It worked, however, its isn't finding appropriate
file. "Cannot open specified file." So I will have to keep at it.
Thanks again

"Frank Kabel" wrote:

Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement and
if it is true, pull forward the hyperlink that is in the

appropriate
cell. I can get it to pull the actual text, but I have not found
out a way to get it to pull forward the active hyperlink. Here's
what I have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate if
that particular policy is applicable for that department. We want
to create a customized Table of contents for our Policy Manual
based on if the policy applies to that department. The hyperlinks
are word documents on our public drives accessible by everyone. If
anyone can help I'd really appreciate it.

Thanks!




Frank Kabel

Excel if & hyperlink formula
 
Hi
then see David's response for some VBA code

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
It is a hyperlink to a word document within the same drive and
actually the same folder as well.

"Frank Kabel" wrote:

Hi
whyt value is exactly in cell A1

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Thanks Frank. It worked, however, its isn't finding appropriate
file. "Cannot open specified file." So I will have to keep at it.
Thanks again

"Frank Kabel" wrote:

Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement
and if it is true, pull forward the hyperlink that is in the

appropriate
cell. I can get it to pull the actual text, but I have not found
out a way to get it to pull forward the active hyperlink. Here's
what I have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate

if
that particular policy is applicable for that department. We

want
to create a customized Table of contents for our Policy Manual
based on if the policy applies to that department. The

hyperlinks
are word documents on our public drives accessible by everyone.
If anyone can help I'd really appreciate it.

Thanks!



LLee

Excel if & hyperlink formula
 
Thanks David - the site was very practical and I think it will do the trick!

Thanks again!

"David McRitchie" wrote:

some example of use of HYPERLINK Worksheet Formula
http://www.mvps.org/dmcritchie/excel....htm#hyperlink

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"LLee" wrote in message ...
Thanks Frank. It worked, however, its isn't finding appropriate file. "Cannot open specified file." So I will have to keep at

it. Thanks again

"Frank Kabel" wrote:

Hi
maybe try something like
=IF(K2=1,HYPERLINK(A1),"")

--
Regards
Frank Kabel
Frankfurt, Germany


LLee wrote:
Hello.

I have a formula that I need to cross reference an if statement and
if it is true, pull forward the hyperlink that is in the appropriate
cell. I can get it to pull the actual text, but I have not found out
a way to get it to pull forward the active hyperlink. Here's what I
have:

=if(K2=1,A2,false)

Columns K - . . . are various sorted departments and designate if
that particular policy is applicable for that department. We want to
create a customized Table of contents for our Policy Manual based on
if the policy applies to that department. The hyperlinks are word
documents on our public drives accessible by everyone. If anyone can
help I'd really appreciate it.

Thanks!







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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com