Conditional Format Explanation

Arts

Well-known Member
Joined
Sep 28, 2007
Messages
765
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi all

I can't see to grasp the concept as to why the conditional format works how it does.

I created a check box and a list of sales individuals (below), column F has a formula showing the max sales. When the check box for "Top Sales" is selected showing "TRUE"
I was hoping that both Column D and E would turn Green.


1671198324140.png


Within the conditional formatting I have put the following rule in =AND(E4=MAX($E$4:$E$9),$I$3). This doesn't seem to highlight both columns as I would like
What I don't seem to be understanding is that if I put a $ sign in front of the E4 so =AND($E4=MAX($E$4:$E$9),$I$3)

This then seems to highlight both columns and it is this that I can't seem to grasp why, if anyone can shed some light why that would be great.

Many thanks
Arts
 

Attachments

  • 1671198975615.png
    1671198975615.png
    24.1 KB · Views: 4

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Upvote 0
As E4 is relative col D will compare E4 with $E$4:$E$9 but col E will compare F4 with $E$4:$E$9
By using E$4 both columns will compare E4 with $E$4:$E$9
 
Upvote 0
Solution
As E4 is relative col D will compare E4 with $E$4:$E$9 but col E will compare F4 with $E$4:$E$9
By using E$4 both columns will compare E4 with $E$4:$E$9

I see, I didn't think there column reference would change as I had pasted the formula in to apply to those specific cells (if that makes sense). But understand what you mean, appreciate your response!
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,821
Members
449,049
Latest member
cybersurfer5000

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