Hi,
I have a list of data on the same row in different columns, and i need to total them, but I need to split them with a semi-colon. for example -
A1 B1 C1 D1 E1 F1 H1 (Summary)
01 (Blank) 07 (Blank) 08 10 01;07;08;10
I need it to read like it has in has one. But row 2 might have different sets of data i.e A2 might be blank and B2 might have data in.
Can anyone help in me achieving the outcome in H1?
Thanks in advance.
I have a list of data on the same row in different columns, and i need to total them, but I need to split them with a semi-colon. for example -
A1 B1 C1 D1 E1 F1 H1 (Summary)
01 (Blank) 07 (Blank) 08 10 01;07;08;10
I need it to read like it has in has one. But row 2 might have different sets of data i.e A2 might be blank and B2 might have data in.
Can anyone help in me achieving the outcome in H1?
Thanks in advance.