+ Reply to Thread
Results 1 to 3 of 3

Referencing directory from inside function

  1. #1
    Registered User
    Join Date
    09-15-2008
    Location
    phoenix
    Posts
    4

    Referencing directory from inside function

    I don't know if my title accurately describes my problem, but I don't know how else to describe it.

    I have two cells. A1 has the contents ="c:\temp", B1 has the contents ="test".
    I want to create a hyperlink to this, so if I directly wrote the function call it would be =hyperlink("c:\temp\test","test"). My question is how to join cells A1 and B1 in the function to create the same effect. I will be reusing this many times, and the contents of cells A1 and B1 will be changing, so it will be a huge time saving if I can just change them in one place.

    thanks

  2. #2
    Registered User
    Join Date
    09-15-2008
    Location
    Arizona
    Posts
    2
    Several ways to handle it I think, one using the CONCATENATE function

    =CONCATENATE(A10,"/",A11)

    or simply

    =A1 & "/" & B1

  3. #3
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    This should be the correct formula .

    Please Login or Register  to view this content.
    I need your support to add reputations if my solution works.


+ 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. How does this code output the coefficients of a trendline?
    By gshock in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-13-2010, 05:54 PM
  2. user defined function works in VBA but does not work inside worksheets
    By HabibValil in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-22-2008, 10:04 AM
  3. Workbook opening from inside a custom function
    By noether in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-02-2008, 05:30 AM
  4. Function inside Concatenate Funcion ?
    By shd in forum Excel General
    Replies: 19
    Last Post: 12-19-2007, 11:16 AM
  5. Converting a VBA output String to a Cell Reference
    By redefine in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-05-2007, 02:22 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