Hi,
I've come for some (hopefully) quick macro help. I have a spreadsheet where I need to Combine columns A and C with the operator in column B to give the expected results below. For each search term in column A, it needs to be run with every search term in column B separately.
For example:
I'm looking for a new column (or sheet) with the terms combined as follows:
I believe a for loop is what I am looking for.
Any help is greatly appreciated.
I've come for some (hopefully) quick macro help. I have a spreadsheet where I need to Combine columns A and C with the operator in column B to give the expected results below. For each search term in column A, it needs to be run with every search term in column B separately.
For example:
I'm looking for a new column (or sheet) with the terms combined as follows:
- For each search term in column A, it needs to be run with every search term in column B separately.
- DRL AND settlement
- DRL AND agreement
- DRL AND consent
- DRL AND "future patents"
- DRL AND application OR applications
- DRL AND license
- DRL AND covenant
- Jim AND settlement
- Jim AND agreement
- Jim AND consent
etc, etc.
I believe a for loop is what I am looking for.
Any help is greatly appreciated.