Formula Troubles

TerenceTitus

New Member
Joined
Feb 8, 2017
Messages
20
Hi,

I am having troubles combining different cells into 1. Here is what I have so far.
Lesson StudyLearning StudyAction ResearchVideo-based ResearchLearning CircleCombined
11
11
111
1111

<tbody>
</tbody>

So far I have used index match and vlookup for combined column, but it could not work. An example of how it would look like for the last row - "Lesson Study & Action Research & Video-based Research & Learning Circle".

I would need to insert the "&" after each statement, but I got it mixed up after reaching the third statement and it didn't work.

Appreciate your help here.

Regards
Terence
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Assuming A1 is "Lesson Study"

then F2: =TRIM(MID(IF(A2," & "&A$1,"")&IF(B2," & "&B$1,"")&IF(C2," & "&C$1,"")&IF(D2," & "&D$1,"")&IF(E2," & "&E$1,""),3,999))
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,331
Members
449,077
Latest member
jmsotelo

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