Array formula that captures data from multiple columns

Puffycheek

New Member
Joined
Apr 19, 2016
Messages
1
Hi all,

Is it possible to create an array formula in a column that captures data from multiple columns? It is important that an arrayformula is used because I am using an online form that captures data and spits it into a Google spreadsheet. Every time the form captures a new entry, the data is spit into a newly created column, thus a vlookup of any sort does not seem to work. Here's how the form responses would look:

NameFood Category MediaElectronics Category MediaIce Cream Category Media
John DoeHome page banner
Harry SmithHome page banner
Samuel HarrisonHome page banner

<tbody>
</tbody>

It is important to note that there will never be an answer in more than one of the three columns (Food Category Media, Electronics Category Media, Ice Cream Category Media). I'm looking for an array formula that captures the data from columns B,C,D and puts them into one column like displayed below:

NameMedia Booking
John DoeHome page banner
Harry SmithHome page banner
Samuel HarrisonHome page banner

<tbody>
</tbody>

Thanks for the help!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If there will only be one value in Columns B, C, D for any given row, then you can simply concatenate the three cells (per row) together. For Row 2...

=B2&C2&D2
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,654
Members
449,245
Latest member
PatrickL

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