Microsoft
Software
Hardware
Network
Question : Excel 2010 - Changing whole column to hyperlinks or CONCATENATE question
I have a column containing about 3000 rows. How do I either change this column globally in excel to a hyperlink column or concatenate the following. With the concatenate I am getting myself confused with commans an speech marks
The concatenate I am trying to use is similar to
=CONCATENATE("=Hyperlink("
,T2,",",C2
,")")
but it comes out as
=Hyperlink(
http://www.prin
tware.co.u
k/Products
/Result-Gr
oups.html?
searchtext
=BCLBT20,B
CLBT20
)
I need a set of quotes just before the http and at the end of BT20 and also around the last BT20
The http is fed from 'T2' and the final BT20 is from 'C2'
It would be easier just to format them all as a URL column from a menu
Thanks
Answer : Excel 2010 - Changing whole column to hyperlinks or CONCATENATE question
what's wrong with just entering
=HYPERLINK(C2,T2)
Random Solutions
How can I uninstall a corrupt broadcom driver?
Charging devices via USB port on laptop
DataGridView
How to re-write code using strings to Delphi 2010
Windows 7 roaming profiles
text alignment in footer
ASP.NET Error: The page was not displayed because the request entity is too large.
posting xml string to web
Intellisense-style auto complete in richTextBox c# windows forms control?
Accessing url variables to expand the correct menu item in JQuery Expand Function