Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hopefully easy prob for an excel expert


I am working with two columns on my spreadsheet. The first column has
numbers. Most of which are about 8 digits long. The second column is a
url. What I am trying to do is add the number in column one to the end
of the url in column 2. The url will be the same for each line. I just
need to add the number in column one to the end of it.
Hope that is enough info. Thanks for any help.


--
johnnstacy
------------------------------------------------------------------------
johnnstacy's Profile: http://www.excelforum.com/member.php...o&userid=27302
View this thread: http://www.excelforum.com/showthread...hreadid=468028

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Hopefully easy prob for an excel expert

If your stuff is in columns A and B, you can put this in C1 (and drag down)

=B1&A1
or maybe
=b1&text(a1,"00000000")

Or maybe:
=hyperlink(b1&a1)
or
=hyperlink("http://" & b1 & a1)

Depending on what your data is.

johnnstacy wrote:

I am working with two columns on my spreadsheet. The first column has
numbers. Most of which are about 8 digits long. The second column is a
url. What I am trying to do is add the number in column one to the end
of the url in column 2. The url will be the same for each line. I just
need to add the number in column one to the end of it.
Hope that is enough info. Thanks for any help.

--
johnnstacy
------------------------------------------------------------------------
johnnstacy's Profile: http://www.excelforum.com/member.php...o&userid=27302
View this thread: http://www.excelforum.com/showthread...hreadid=468028


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prob an easy one: How do i copy a formula EXACTLY as it is ant1983 Excel Worksheet Functions 9 November 27th 09 05:59 AM
Printing from excel prob. rakaca Excel Discussion (Misc queries) 1 June 15th 09 07:35 PM
Can's work this out, probably easy for an expert! Excelstruggler! Excel Discussion (Misc queries) 4 March 16th 07 08:43 PM
Excel Prob.....What functions? aeiou Excel Discussion (Misc queries) 2 August 3rd 05 06:49 PM
Excel Prob [email protected] Excel Programming 3 January 13th 05 07:44 PM


All times are GMT +1. The time now is 12:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"