Conditional Formatting

holo_9

New Member
Joined
Dec 28, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,

Very new to excel and I would like some help possibly formatting an excel sheet at work.
I want to highlight some data to make it easier to present downfalls and highlight successes.
Preferably I want to highlight data that is within 5% of goal. Leave data unchanged that is from 5%-10% of goal. Lastly highlight data red when it is 10% or more from the goal. Below is a snapshot of data with cell numbers.

1703793708352.png


Thanks for the help
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
First of All, @holo_9 Welcome to the Forum!

Assuming that the goals are in Column A,
Quarters from Column B to Column E for Conditional Formatting

Use following formulae for CF, for 2 different rules. Try and revert -

Remember To use $ Sign exactly as given in formulae below.

I want to highlight data that is within 5% of goal
Excel Formula:
=B1>=$A1*95%

Lastly highlight data red when it is 10% or more from the goal.
Excel Formula:
=B1<=$A1*90%
 
Upvote 0

Forum statistics

Threads
1,215,132
Messages
6,123,227
Members
449,091
Latest member
jeremy_bp001

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