Conditional Formatting in a pivot table based on 2 conditions.

HOXIE

New Member
Joined
May 9, 2018
Messages
2
Conditional Formatting in a pivot table based on 2 conditions.

I would appreciate any advice as to why this is not working in my pivot table.

Use a Formula to determine which cells to format
=AND($D1="SNF",$Z1="0")
ON $Z:$Z in This Pivot Table

Column D can only contain 2 values; either SNF or HCBS
Column Z can only contain 2 values; either 0 or 25

Thanks in advance for any expertise in this matter.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Conditional Formatting in a pivot table based on 2 conditions.

I would appreciate any advice as to why this is not working in my pivot table.

Use a Formula to determine which cells to format
=AND($D1="SNF",$Z1="0")
ON $Z:$Z in This Pivot Table

Column D can only contain 2 values; either SNF or HCBS
Column Z can only contain 2 values; either 0 or 25

Thanks in advance for any expertise in this matter.

I got this t work with =IF($D12="HCBS",0,1)+IF(INT($Y12)=0,0,1)=0
 
Upvote 0

Forum statistics

Threads
1,223,912
Messages
6,175,340
Members
452,638
Latest member
Oluwabukunmi

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