Concatenate dynamic row values in excel into one single cell- No VBA

WunderExcel

New Member
Joined
Apr 19, 2017
Messages
2
Hi all,

I have a dynamic range being retrieved from the database in Column A

i.e.

Account
1000
1200
1300
4000

These values will refresh from time to time and more or fewer values may be displayed in column a depending on the data comin in. I have to populate them into one single cell B2 with comma as a sepaerator. I have a header Account in cell A1.

Note: I don't want to use VBA.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
It doesn't actually need to be a table. Just having it as table saves you from having to enter those formulas manually.
If you follow the same procedure with the helper column doing the Concatenations, you can have a formula to pull the last row.
Here is an example of that formula, without using Table references: https://exceljet.net/formula/get-value-of-last-non-empty-cell

Just note that by ruling out VBA and Tables, you are removing most of the ability to have anything done automatically, and it will require some manually intervention (i.e. copying your concatenation formulas down the proper number of rows).
 
Upvote 0

Forum statistics

Threads
1,215,564
Messages
6,125,575
Members
449,237
Latest member
Chase S

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