Hello,
This is my first post. I believe I am pretty good at excel, but I joined the forum in hopes for some assistance.
I have a spreadsheet with column B containing user names (aa1234, ab1234, ac1234, ad1234, etc) There are 500 rows of user names. I would like to concatenate all 500 user names separated by semi colon (aa1234;ab1234;ac1234;ad1234...) Sometimes there is not 500 user names, and sometimes they are not in column B. I created a macro that asks the user which column they would like to concatenate (B:B or C:C or etc), and based on their input the macro loops through the column finding all the user names, adds a ; after them and concatenates all of them until it’s got to 500. It’s not working for me and would like assistance
Let me know if you have any ideas.
I have tried
=concatenate() but it doesn’t work for an array that is vertical
=transpose() for some reason will not work for me, not sure why
What has worked is B1&;&B2&;&B3&;&B4&;...etc but I don’t want to write that formula all the way to 500 and for a static B column.
Suggestions please.
This is my first post. I believe I am pretty good at excel, but I joined the forum in hopes for some assistance.
I have a spreadsheet with column B containing user names (aa1234, ab1234, ac1234, ad1234, etc) There are 500 rows of user names. I would like to concatenate all 500 user names separated by semi colon (aa1234;ab1234;ac1234;ad1234...) Sometimes there is not 500 user names, and sometimes they are not in column B. I created a macro that asks the user which column they would like to concatenate (B:B or C:C or etc), and based on their input the macro loops through the column finding all the user names, adds a ; after them and concatenates all of them until it’s got to 500. It’s not working for me and would like assistance
Let me know if you have any ideas.
I have tried
=concatenate() but it doesn’t work for an array that is vertical
=transpose() for some reason will not work for me, not sure why
What has worked is B1&;&B2&;&B3&;&B4&;...etc but I don’t want to write that formula all the way to 500 and for a static B column.
Suggestions please.