• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Adding text from another cell into a cell with a format like this...

Excelerize

New Member
Hi all, this is my first post and this site looks promising so here we go. I want to add a text from another cell into a cell with a format like this:
<a href="http://www.phonesranking.com//"></a>

What I want to do:
Cell A1 contain a text "Super Cool"
Cell B1 contain <a href="http://www.phonesranking.com//"></a>
I want B1 result as this <a href="http://www.phonesranking.com/Super Cool/">Super Cool</a>

I tried
=CONCATENATE("<a href="http://www.phonesranking.com/",A1,"/"> ",A1,"</a>")
but getting an error. Please help, thanks.
 
I can never be bothered working out how to get a Quote inside a Quote using Quotes so I prefer Char(34) as it always work
 
@Hui

Hui's 34

= "Maurice " & CHAR(34) & "Jhonson" & CHAR(34) & " Richard"

="Maurice "Jhonsons" Richard"

my feeble effort

=CONCATENATE("""Hi"""," you")

= "Hi" " you"


.
 
Back
Top