2
I have a spreadsheet where column A displays names. There are a few hundred names and each has a different hyperlink (which links to that person's web page). I want to transfer those hyperlinks across to a different column which has different text in and no hyperlinks.
Not every cell in column A has a hyperlink. There are groups of cells merged together, so A2:A7 has one link, A8:A13 the next, A9:10 the next (i.e. number of cells merged is not uniform).
e.g. where A2:A7 reads "Bob" and links to www.bob.com, I want I2:I7, which reads, "Smith," and does not link to anything, to link to www.bob.com. I want to do this repeatedly, copying links from A2:A579 into I2:I579.
The information is copied from a table within a web page, and that is where the hyperlinks come from.
2Here is an important piece of information you've left out of your question; How are the existing hyperlinks created in the cells? Do they use the
HYPERLINK
function or are they embedded usingInsert Hyperlink
from the Insert ribbon? – CharlieRB – 2014-06-04T15:42:21.447This question is so unclear... Have the information is in comments. Why explain the order was incorrect if you've fixed it, it just adds waffle to your question... Please click here to edit your question and explain exactly how the information is populated in your Excel document. As the question is now, IMO it's unclear what you want and I have voted to close the question
– Dave – 2014-06-05T10:27:06.300@DaveRook I'm sorry, this is the first time I have used this forum and I didn't think to edit the question rather than comment. I'm doing my best to present the information such that people can help me. Hope this is better. Please tell me what you need to know if I haven't expressed myself clearly enough still. – OfficeLackey – 2014-06-05T13:35:24.237
Right, your question is now clear. However, I suspect you will want to do this multiple times? If that is the case, then what is the logic? Do you always want to remove A1 hyperlink and replace it with A10 hyperlink? And then again with B1 and B10, C1 and C10 etc? – Dave – 2014-06-05T13:54:51.627
@DaveRook Please see updated question. – OfficeLackey – 2014-06-05T13:59:10.610
@Madball73 I had already looked at that question and it is not the same as mine - I have since revised the phrasing of my question to clarify – OfficeLackey – 2014-06-05T14:36:48.687
@CharlieRB See edit – OfficeLackey – 2014-06-05T14:37:05.823