conditional formating less than % of previous day

B

Big_Tater

Can someone help me write a conditional formula based on a percentage. I want
to have my text turn red if today's numbers are less than 4% of yesterday's
numbers. (I can do the conditional part, but I need help with the formula.
Here is what I want in a formula.)

If B2 is 4% less than B1 make text Bold Red if its not less than 4% do
nothing.

Thanks.
David
 
S

Sean Timmons

In B2, Condition Faormatting

Value is:

=B2*1.04<=B1
Format Bold/Red

Assuming you want at least 4% less.

If you want this to work up and down a column, make sure there is no $
before the 4. If you go across a row, make sure no 4 before the B.
 
B

Big_Tater

Sorry about that.

Do you know if there is a way to copy this formula from B17:B382 so that is
knows to run the formula based on the previous cell?

examples:
in cell B18 I want to have this formula =B18<B17*(1-4%)
in cell B19 I want to have this formula =B19<B18*(1-4%)
in cell B20 I want to have this formula =B20<B19*(1-4%)
etc.


Thank you for your help on this.
David
 
B

Big_Tater

Thanks again David!!


David Biddulph said:
If you copy that CF formula down (whether by selecting the range before you
type the CF formula in, or by copying and paste special/ formats, or by
using the format painter), that's how it will behave.
You could, of course, alternatively use Cell Value Is (instead of Formula
Is) / less than/ =B17*(1-4%)
and again it will change appropriately as you copy it down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top