+ Reply to Thread
Results 1 to 3 of 3

Help please! Hyperlink created from cell contents doesnt see zeros

  1. #1
    Registered User
    Join Date
    10-24-2014
    Location
    rotherham
    MS-Off Ver
    2013
    Posts
    2

    Help please! Hyperlink created from cell contents doesnt see zeros

    Hi there.
    Really hope someone can help as i am drawing a blank.

    I have 2 columns next to each other - column H has the hyperlink that has been created using the contents of column I.

    Column I contains project numbers in a "P00001" format. I have these cells auto formating so the user can enter any number and it will be converted into the "P00001" format.
    Column H contains the link and a friendly name of photos. When clicked, i want it to open the folder relating to the project number, which will contain all photos for that project.

    I am using the formula =HYPERLINK("folder destination"&I10,"Photos") to create the link, but it doesnt work as the link doesn't see the "P" or the zeros in the cell. So instead of the url being (example) c:\photos\P00001 it is showing c:\photos\1.


    Hopefully i have explained this correctly. And hopefully someone can explain how i can fix this as it is driving me mad!!!!

    Thanks in advance.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help please! Hyperlink created from cell contents doesnt see zeros

    Try

    =HYPERLINK("folder destination"&TEXT(I10,"P00000"),"Photos")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    10-24-2014
    Location
    rotherham
    MS-Off Ver
    2013
    Posts
    2

    Re: Help please! Hyperlink created from cell contents doesnt see zeros

    Brilliant. This worked perfectly after tweaking to suit my needs. Thank you very much!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Averageifs() that doesnt skip zeros
    By JayRab in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-08-2014, 10:54 AM
  2. Extract cell reference from hyperlink created by VBA
    By nickmax1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-27-2013, 06:23 AM
  3. Need to add to an existint formula so it doesnt counts zeros
    By mrudd72 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-22-2013, 09:40 PM
  4. How to hyperlink cell value to userform created worksheet?
    By jwichern1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-10-2011, 12:37 PM
  5. Hyperlink created from cell content
    By Endorphin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-21-2008, 04:06 AM

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