+ Reply to Thread
Results 1 to 10 of 10

easy question?

  1. #1
    Registered User
    Join Date
    05-11-2006
    Posts
    7

    creating website extentions from other cells (easy question?)

    hi. this is probably an easy question, but please could someone give some help.

    I have a list of names in a column..
    in another column i want a list of a website URL, forward slash the name
    for example:

    Column B:
    freddy
    john
    rupert
    anne

    Column C:
    http://www.website.com/freddy
    http://www.website.com/john
    http://www.website.com/rupert
    http://www.website.com/anne

    i want the 'C' column to automatically complete when a name is entered in B
    i tried "http://www.website.com/"=B1

    but didnt work

    thanks if anyone can help
    kye
    Last edited by kyegibbon; 05-11-2006 at 08:49 AM.

  2. #2
    Don Guillett
    Guest

    Re: easy

    It's only easy if you know how. Pls try to use meaningful subject lines for
    the archives.
    =HYPERLINK("http://www.website.com/"&A10)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "kyegibbon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > hi. this is probably an easy question, but please could someone give
    > some help.
    >
    > I have a list of names in a column..
    > in another column i want a list of a website URL, forward slash the
    > name
    > for example:
    > B C
    > freddy http://www.website.com/freddy
    > john http://www.website.com/john
    > rupert http://www.website.com/rupert
    > anne http://www.website.com/anne
    >
    > i want the 'C' column to automatically complete when a name is entered
    > i tried "http://www.website.com/"=B1
    >
    > but didnt work
    >
    > thanks if anyone can help
    > kye
    >
    >
    > --
    > kyegibbon
    > ------------------------------------------------------------------------
    > kyegibbon's Profile:
    > http://www.excelforum.com/member.php...o&userid=34335
    > View this thread: http://www.excelforum.com/showthread...hreadid=541032
    >




  3. #3
    Registered User
    Join Date
    05-11-2006
    Posts
    7
    sorry about that, couldnt think of how to describe the question.
    thanks alot ive got it now,
    its for making a froogle listing see

  4. #4
    Don Guillett
    Guest

    Re: easy question?

    glad to help. "How to create hyperlink automatically"

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "kyegibbon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > sorry about that, couldnt think of how to describe the question.
    > thanks alot ive got it now,
    > its for making a froogle listing see
    >
    >
    > --
    > kyegibbon
    > ------------------------------------------------------------------------
    > kyegibbon's Profile:
    > http://www.excelforum.com/member.php...o&userid=34335
    > View this thread: http://www.excelforum.com/showthread...hreadid=541032
    >




  5. #5
    Registered User
    Join Date
    05-11-2006
    Posts
    7
    hi one more thing please

    Now that I've got the results I want to in my cells, is there anyway of clearing the code?
    i.e. having what is displayed as the actual content of the cell



    http://www.website.com/jimmy

    instead of

    HYPERLINK=("http://www.website.com/"&A10)




    beacuse its all gotta be normal text for froogle feeds


    thanks again,
    kye

  6. #6
    Registered User
    Join Date
    05-11-2006
    Posts
    7
    *by the way, im just using these names as product examples, im not actually pimping jimmy and co. on froogle

  7. #7
    Peo Sjoblom
    Guest

    Re: easy question?

    That's what it does

    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com


    "kyegibbon" <[email protected]> wrote in
    message news:[email protected]...
    >
    > hi one more thing please
    >
    > Now that I've got the results I want to in my cells, is there anyway of
    > clearing the code?
    > i.e. having what is displayed as the actual content of the cell
    >
    >
    >
    > http://www.website.com/jimmy
    >
    > instead of
    >
    > HYPERLINK=("http://www.website.com/"&A10)
    >
    >
    >
    >
    > beacuse its all gotta be normal text for froogle feeds
    >
    >
    > thanks again,
    > kye
    >
    >
    > --
    > kyegibbon
    > ------------------------------------------------------------------------
    > kyegibbon's Profile:
    > http://www.excelforum.com/member.php...o&userid=34335
    > View this thread: http://www.excelforum.com/showthread...hreadid=541032
    >




  8. #8
    Registered User
    Join Date
    05-11-2006
    Posts
    7
    no i meant the actual content to be what is displayed.
    if you click on the cell, and look in the = textbox in the top toolbar it's still going to contain the formula, i want it to just contain the result of the formula if you know what i mean?

  9. #9
    Don Guillett
    Guest

    Re: easy question?

    I don't know what you mean
    if you put in a formula =2*3, in the formula box that is what you will see.
    In the cell you will see 6

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "kyegibbon" <[email protected]> wrote in
    message news:[email protected]...
    >
    > no i meant the actual content to be what is displayed.
    > if you click on the cell, and look in the = textbox in the top toolbar
    > it's still going to contain the formula, i want it to just contain the
    > result of the formula if you know what i mean?
    >
    >
    > --
    > kyegibbon
    > ------------------------------------------------------------------------
    > kyegibbon's Profile:
    > http://www.excelforum.com/member.php...o&userid=34335
    > View this thread: http://www.excelforum.com/showthread...hreadid=541032
    >




  10. #10
    David Biddulph
    Guest

    Re: easy question?

    "Don Guillett" <[email protected]> wrote in message
    news:[email protected]...
    > [email protected]
    > "kyegibbon" <[email protected]> wrote
    > in message news:[email protected]...
    >>
    >> no i meant the actual content to be what is displayed.
    >> if you click on the cell, and look in the = textbox in the top toolbar
    >> it's still going to contain the formula, i want it to just contain the
    >> result of the formula if you know what i mean?


    >I don't know what you mean
    > if you put in a formula =2*3, in the formula box that is what you will
    > see. In the cell you will see 6


    If you want the formula to show 6, then Copy, and Paste Special/ Values
    --
    David Biddulph



+ 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