+ Reply to Thread
Results 1 to 3 of 3

HYPERLINK within an IF function.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-25-2008
    Posts
    101

    HYPERLINK within an IF function.

    Hiya,

    Hope you're all having a lovely evening.

    I'm I wrong in presuming you can still use the HYPERLINK function within and IF function?

    Cell A1 says:

    =IF('Course Overview'!A2="",(HYPERLINK("www."&A4&".com","Click here")),'Course Overview'!A2)

    If I click the 'Fx' button, I can see that each section of this formula does work. If 'Course Overview'!A2="", the hyperlink appears as normal. But if I click the hyperlink, a box pops up and it says 'Cannot open the specified file'.

    Been playing around for ages and can't get it to work.

    Any help is much appreciated. Thanks,

  2. #2
    Registered User
    Join Date
    06-19-2007
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    72
    Try this:

    =IF('Course Overview'!A2="",(HYPERLINK("http://www."&A4&".com","Click here")),'Course Overview'!A2)

  3. #3
    Forum Contributor
    Join Date
    02-25-2008
    Posts
    101
    Thanks, that's got it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1