Conditional Formatting

flds

Board Regular
Joined
Jun 19, 2008
Messages
78
Office Version
  1. 2021
Platform
  1. Windows
Hi,

I am looking for a formula to find pecentage of a cell based on another cell. I will have to use conditional formatting. I am not familar in using it.

example: A1=16, B1= 25, C1=10 D1=8

Base Cell is A1

if B1 > 20% B1 to change colour to yellow
if B1 < 20% B1 to change colour to Blue
if the above criteria does not match no colour.

Can someone tell me how to do this.

Your help would be appreciated.

Thanks
FLDS
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
you could use conditional format in B1 cell value
greater than =1.20*A1 and format yellow -- then add conditional format
less than =0.80*A1 and format blue
 
Upvote 0
Thanks Snoopyhr, you are right that what I ment.

Thanks Grizz, I used your suggestion. it worked.

Done
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,183
Members
452,893
Latest member
denay

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