entering a semi-colon between a concatenate

kins

Board Regular
Joined
Jul 26, 2010
Messages
157
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.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
following on from this, the data in them cells comes from a formula that says if the cell is not blank, then take the info at the top of the pivot, so my other question is, is the anyway on putting a ; into this formula (below) so not only does it bring back what's in the top of the row, but also puts a ; before it? i.e ;and the value of $b$4??

=IF(B5="","",$B$4)
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,874
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top