Combine data within cells with complex text within destination Cell

Ganks1978

New Member
Joined
Dec 6, 2017
Messages
2
I am trying to combine 2 Cells also with text being inserted so the a script can be created. I have 161 lines that this needs to be run on.

(Not the full script)
Example - NewRule - Go Live -BodyContainsWords “COLUMN A” and “COLUMN B” or “COLUMN A” and “COLUMN B”

This will be creating an outlook script but the only variables that I am trying to complete here is to get Column A and Column B information inserted in to the destination cell.

The wording will be constant it is just the text in bold that will need a "formula" to grab the data.

Hopefully this makes sense and I look forward to seeing the suggestions.

Thanks
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi Ganks1978 and Welcome to the Board! A formula solution for A1 combined with B1...
Code:
=A1&""&B1
Seems like U actually want a VBA solution. U need to specify where (rows and columns) the data is, a full description of what U want done with it, and exactly what the output should look like. HTH, Dave
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,551
Messages
6,125,478
Members
449,233
Latest member
Deardevil

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