combine same values three columns

cnu_753

New Member
Joined
Apr 30, 2017
Messages
10
Hi,
Actually I am working with excel since 5yrs but very new to <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: dotted; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(0, 0, 0); border-left-color: initial; border-image: initial; cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">vba</acronym> and very interested to learn also. Please find the following post

[TABLE="class: cms_table, width: 195"]
<tbody>[TR]
[TD="colspan: 3"][TABLE="class: cms_table, width: 195"]
<tbody>[TR]
[TD="colspan: 3"]DATA[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]LHS[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3[/TD]
[TD]LHS[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4[/TD]
[TD]RHS[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]RHS[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6[/TD]
[TD]LHS[/TD]
[/TR]
</tbody>[/TABLE]

[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

and my result will be like this

[TABLE="class: cms_table, width: 195"]
<tbody>[TR]
[TD="colspan: 3"]RESULT[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]3[/TD]
[TD]LHS[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5[/TD]
[TD]RHS[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6[/TD]
[TD]LHS[/TD]
[/TR]
</tbody>[/TABLE]


Kindly give <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: dotted; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(0, 0, 0); border-left-color: initial; border-image: initial; cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">VBA</acronym> for this.
Thanking you
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,223,238
Messages
6,170,939
Members
452,368
Latest member
jayp2104

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