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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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