Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet with '000's of rows - the first column is text which in
fact is a URL - how do I convert them all into URL's without going through them individually and double clicking each one? PS this is urgent :- |
#2
![]() |
|||
|
|||
![]()
Hi
see: http://www.mvps.org/dmcritchie/excel/buildtoc.htm (in the middle of this page) -- Regards Frank Kabel Frankfurt, Germany "philmah" schrieb im Newsbeitrag ... I have a spreadsheet with '000's of rows - the first column is text which in fact is a URL - how do I convert them all into URL's without going through them individually and double clicking each one? PS this is urgent :- |
#3
![]() |
|||
|
|||
![]()
I'd insert a new column A and do:
=hyperlink(b1) (in A1 and drag down) Or maybe: =hyperlink("http://" & b1) and drag down. depends on what you really have in that cell. philmah wrote: I have a spreadsheet with '000's of rows - the first column is text which in fact is a URL - how do I convert them all into URL's without going through them individually and double clicking each one? PS this is urgent :- -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple rows of data on a single axis (charting) | Charts and Charting in Excel | |||
Change the width of a single column in a column chart | Charts and Charting in Excel | |||
Is there a way I can enter a letter to proceed text a column of ce | Excel Discussion (Misc queries) | |||
Paste rows of numbers from Word into single Excel cell | Excel Discussion (Misc queries) | |||
Counting rows based on criteria in multiple cells | Excel Discussion (Misc queries) |