Conditional Formatting

MattB

Board Regular
Joined
Mar 4, 2002
Messages
63
Using the following formula:
=LEFT($L1,2)="O-"
highlights the entire row if it meets the criteria, if I only want to highlight between columns A to L then how would the formula look?

Thank you all for your patience, I know I still have a great deal to learn but I feel so much more confident about Excel since finding this wonderful site.
Thanks again
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
I haven't tested this, but if you just select columns A to L and enter the formula you already have, then that should work OK. (n.b. if you have conditionally formatted the entire sheet, you will need to delete the formatting first then do the above).
 
Upvote 0
Of course it does.
Sorry to waste your time Mudface, I must start thinking more logically!
 
Upvote 0
There is a way that you can program the whole row...

Enter the conditional formating as follows

Formula is =AND(LEFT($L1,2)="O-",COLUMN()<13)

This can be entered throughout the whole line.
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,777
Members
449,049
Latest member
greyangel23

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