Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default if cell does not contain ".rb" then create hyperlink on cell

Hello
I am trying to create a formula using an if statement. I was thinking it
should be something along the lines of...if cell does not contain ".rb" then
create hyperlink on cell.

(this is for a pivot table so a preferred sort is not possible for this
report. So I am wanting to create a hyperlink next to the pivot table row
showing the valid links only) thanks in advance. -M

example data:

090309.rb <= "no link"
110209.rb <= "no link"
formulatype.html < = Hyperlink(formulatype.html)
frmrate.html <= Hyperlink(frmrate.html)

--
Misty :-)

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200907/1

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 459
Default if cell does not contain ".rb" then create hyperlink on cell

Hello Misty,

if your data to check for hyperlinks starts in A6, for example,
you can use the following formula:

=IF(NOT(ISERR(FIND(".rb",A6))),"",HYPERLINK(A6))

then you have to drag the formula till the end of your data.

--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.


Thanks in advance for your feedback.


Ciao


Franz Verga from Italy (now in Berlin)


Mitchell_Collen via OfficeKB.com wrote:
Hello
I am trying to create a formula using an if statement. I was thinking
it should be something along the lines of...if cell does not contain
".rb" then create hyperlink on cell.

(this is for a pivot table so a preferred sort is not possible for
this report. So I am wanting to create a hyperlink next to the pivot
table row showing the valid links only) thanks in advance. -M

example data:

090309.rb <= "no link"
110209.rb <= "no link"
formulatype.html < = Hyperlink(formulatype.html)
frmrate.html <= Hyperlink(frmrate.html)



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
How do you have both a hyperlink and "regular" words in a cell? kaliszek Excel Discussion (Misc queries) 2 March 30th 09 01:05 PM
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, sarah Excel Worksheet Functions 2 February 17th 09 02:59 PM
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? sarah Excel Worksheet Functions 0 February 17th 09 02:06 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM


All times are GMT +1. The time now is 06:59 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"