Conditional formatting

mady007

New Member
Joined
Sep 14, 2020
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
I need a conditional formatting formula.
I want the cell to highlighted Green when each time file is opened and the people updates the leads actioned column.
For example. Starting on Sat the action lead should be 5 or more for the cell be green.
Skipping sunday, on Monday the leads count be 10 in order for the cell to be green. Basically there are 30 leads per week.

I need help the conditional formatting formula please.
1600066870077.png
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi mady
Do you want the day of the week to be part of the condition? So the condition will be something like
Excel Formula:
=or(and(weekday(today())=2,B2>=5),and(weekday(today())>=2,B2>=10)
Choose your days. The weekday function allows you to specify which day of the week to c out from.
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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