Conditional Formatting Error

Geek Girl 007

Board Regular
Joined
Mar 12, 2022
Messages
127
Office Version
  1. 2021
Platform
  1. Windows
I want to set the format for cell A3.
A2
has the format =B2-1 (equaling 18)

The end result I need is to colour format cell A3 if the number in it is between 0 and less then the number in cell B2.
I am clearly doing something wrong.
1653139114237.png

Thanks in advance.
 
Hi again Peter,
It's the text not background.
Column G Is a total of C to F
1653333760986.png

Am I making sense yet???
Sorry if I'm being confusing??
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
please list all the cell(s) that should be red in that sample.
I didn't get an answer to that but see if this is it

Select H10:H? and apply the CF shown.

22 05 24.xlsm
ABCDEFGH
1CFAM
21819
317.6
4
5
6AM
7AttendedAcceptable UnacceptableNot RecordedTotalSpaces Left
8
9SUNDAY27-Mar-22
10MONDAY28-Mar-22019
11TUESDAY29-Mar-227712
12WEDNESDAY30-Mar-22019
13THURSDAY31-Mar-22019
14FRIDAY01-Apr-22019
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H10:H14Expression=AND(H10>=0,H10<$B$2)textNO
 
Upvote 0
Solution
I didn't get an answer to that but see if this is it

Select H10:H? and apply the CF shown.

22 05 24.xlsm
ABCDEFGH
1CFAM
21819
317.6
4
5
6AM
7AttendedAcceptable UnacceptableNot RecordedTotalSpaces Left
8
9SUNDAY27-Mar-22
10MONDAY28-Mar-22019
11TUESDAY29-Mar-227712
12WEDNESDAY30-Mar-22019
13THURSDAY31-Mar-22019
14FRIDAY01-Apr-22019
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H10:H14Expression=AND(H10>=0,H10<$B$2)textNO
YEAY.
This worked, thank you so much.
 
Upvote 0

Forum statistics

Threads
1,216,932
Messages
6,133,588
Members
449,816
Latest member
amahmud1

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