Hello All,
I have a Consolidated list that pulls various values from Tabs 1-111
The column i am currently working on needs to pull the following:
Cells: E139,E140,E141,E142,E143,E144,E145 ((E139:E145) which all contain text))
In the column i am working on i need each individuals cell "value/text" to be seperated with a comma or semi-colon and consolidated into one cell.
e.g. if the values were:
E139 = One
E140 = Two
E141 = Three
etc
the cell i need, would display: One; Two; Three
I am currently using ='01'!E139+'01'!E140+'01'!E141 etc (e.g. referring to File Tab 1 and cells E139:E145, but it doesnt work as they are text values rather than numbers i suppose.
This worksheet also needs to be sorted a number of times. Therefore i believe indirect wouldnt work as sorting with indirect has given me a number of problems in the past.
Any suggestions, much appreciated.
Bookmarks