tempaccount
New Member
- Joined
- Aug 19, 2011
- Messages
- 8
I have two rows of cells I want to concatenate and maintain their formats. One is text and the other is a superscript "(1)"
So basically I have a table like this
Column-A Column-F Column-H
Column A contains the names, Column F contains a column of cells that are all superscript "(1)", and Column H is where I want the combined word to be
A=HELLOWORLD
F=(1)
H=HELLOWORLD
I hope that makes sense. I found code on an old thread here but it only works for the single cell mentioned in the formula. Is it possible to make it loop or work for all cells in the row till the end or to even make it work to whatever relevant cell I have as a macro function(eg I highlight a Hx and it will concatenate Ax and Fx).
So basically I have a table like this
Column-A Column-F Column-H
Column A contains the names, Column F contains a column of cells that are all superscript "(1)", and Column H is where I want the combined word to be
A=HELLOWORLD
F=(1)
H=HELLOWORLD
(1)
I hope that makes sense. I found code on an old thread here but it only works for the single cell mentioned in the formula. Is it possible to make it loop or work for all cells in the row till the end or to even make it work to whatever relevant cell I have as a macro function(eg I highlight a Hx and it will concatenate Ax and Fx).