I am trying to add text using the concatenate function....for example=concatenate(a2,b2,c2) which works fine however if I try this =concatenate(a2:c2) comes back with a hashVALUE error....but......
What I am trying to achieve is to extract data from a report which gives me the subject the student is studying, import into excel.... and then in cell (A2) I could have Art and in the next two cells (B2&C2) it is blank and the fourth cell (D2) could have Biology and the next cell blank (E2)...followed by History (F2)
What I would like to see is Art; Biology; History in one cell.
Any help would be much appreciated.
Thanks in advance.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Art[/TD]
[TD][/TD]
[TD][/TD]
[TD]Biology[/TD]
[TD][/TD]
[TD]History[/TD]
[TD]Art; Biology; History[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Chem[/TD]
[TD]RE[/TD]
[TD][/TD]
[TD]PE[/TD]
[TD][/TD]
[TD]Chem; RE; PE[/TD]
[/TR]
[TR]
[TD]Art[/TD]
[TD][/TD]
[TD]RE[/TD]
[TD][/TD]
[TD][/TD]
[TD]History[/TD]
[TD]Art; RE; History[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I am trying to achieve is to extract data from a report which gives me the subject the student is studying, import into excel.... and then in cell (A2) I could have Art and in the next two cells (B2&C2) it is blank and the fourth cell (D2) could have Biology and the next cell blank (E2)...followed by History (F2)
What I would like to see is Art; Biology; History in one cell.
Any help would be much appreciated.
Thanks in advance.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Art[/TD]
[TD][/TD]
[TD][/TD]
[TD]Biology[/TD]
[TD][/TD]
[TD]History[/TD]
[TD]Art; Biology; History[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Chem[/TD]
[TD]RE[/TD]
[TD][/TD]
[TD]PE[/TD]
[TD][/TD]
[TD]Chem; RE; PE[/TD]
[/TR]
[TR]
[TD]Art[/TD]
[TD][/TD]
[TD]RE[/TD]
[TD][/TD]
[TD][/TD]
[TD]History[/TD]
[TD]Art; RE; History[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: