Excel-Conditional formatting Rules help

Mallesh23

Well-known Member
Joined
Feb 4, 2009
Messages
976
Office Version
  1. 2010
Platform
  1. Windows
Hi Team,

I need your help in applying conditional formatting rules and highligting entireRow in Yello Color,
I have validation list in cell J2(Regions List) and K2(Products List).

I tried this formula =AND(a2=$J$2,b2=$k$2), but not working. plz assist,

Below is My Data,
In sheet1,Column A Consist of Regions (North,South,East,West) and
Column B Consist of Products Say (ABCD, EFGH, JKLM, PQRS,) and
and Columns (C,D) Consist of some data,



Regards,
mg
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Try this

-Formula:
=AND($A2=$J$2,$B2=$K$2)

-Applies to:
=$A$2:$D$100
 
Upvote 0
Hi Peter and Danteamor,

Thanks for your help, but I am doing some mistake , i dont know Where I am doing that,
Attached snapshot, Data and Validation list (validation list taken near)

Regards,
mg
 

Attachments

  • Data_Snap.PNG
    Data_Snap.PNG
    5.5 KB · Views: 4
  • Formatting Snapshot.PNG
    Formatting Snapshot.PNG
    6.9 KB · Views: 4
Upvote 0
If you posted that sample using XL2BB (see my signature block below) it would be easy for us to see what is going wrong.
 
Upvote 0
Select the cells where you want to apply the format.

And

Check the sign

Formula:
=AND($A2=$J$2,$B2=$K$2)
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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