Percentage Formatting

KrashKit

New Member
Joined
Sep 29, 2022
Messages
7
Office Version
  1. 365
Platform
  1. MacOS
I am a little rusty so forgive me if I am missing the completely obvious.

If there are 3 Columns:
Coulmn A is Target Stock Level
Column B is Current Stock Level (Which can be 0, > & < Column A).
Column C is Column A Minus B.

So I assume I can do the following via conditional formatting.
I don't want to add any further columns because the sheet is linked to a couple of google appsheets
When and item in Column B reaches 50% of Column A, the cell in Column C turns red. When it is above this amount it remains Green.

I would want to change this percentage depending of the part but I assume that just means highlighting them individually.

Thanks in advance for any assistance.
 
No the formula didn't appear to work. This is what I used ="K2<=M2*50%"
K is B
M is A
I would be C.
 
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Excel added those. But not to worry I have now sorted and got it working as I wanted using the following:
=(K2<=50%*M2)
=(K2>50%*M2)
 
Upvote 0

Forum statistics

Threads
1,215,651
Messages
6,126,029
Members
449,281
Latest member
redwine77

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