Macro Conditional Format Help

jjsauer

Board Regular
Joined
Jan 11, 2012
Messages
58
Hello,
I am trying to pull a few different things together from different sources and getting nowhere.

I need my conditional formatting to be dynamic and allow me to add rows when I need to (The in-excel version makes new rules and gets messy with conditional formatting). My understanding is I would need to integrate a macro "conditional formatting" instead of a in-excel version.

The macro would need to look at say column "AC" and find a specific CAPS letter, then go to a cell (same row, different column) and change the background color.

The "AC" column could have any combination of adeADE, but for example I only need the ones with a CAP "A" to change the color of the cell in column "J".

I know how to use FOR EACH statements, but not sure how to line it up with finding a specific CAPS letter. Any help would much be appreciated.

This was one of my previous excel conditional formatting formulas (randomly chosen as an example): =NOT(ISERR(FIND("E",X3:X2000)))

Thanks in advance!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,215,086
Messages
6,123,040
Members
449,092
Latest member
ikke

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