Conditional format

Ultimate Selector

Board Regular
Joined
Dec 15, 2013
Messages
153
I simply want to conditionally format a number in one cell if it is at least 2 times (or More) lower than the cell to the left of it. Here are my exact layout grid numbers. What would be the exact formula for this?
So K7 is 2x's LOWER than J7. I want to format it a certain other color ...

What would be the exact formula for this? as I would do it for all numbers compared from K to J array going from right to left!

Thanks in advance.

Regards,
U.S.

J-7:J-12 ... K-7:K-12

5.02
20.638
15.428
7.511
1.51
2.53

<tbody>
</tbody>
 
Last edited:

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Highlight K7:K12

then use =K7<J7/2 in your Conditional Format
 
Upvote 0
Highlight K7:K12

then use =K7
<j7 2="" in="" your="" conditional="" format[="" quote]

I'm not sure I understand the logic because this will always be a dynamic situation.
The numbers will all be changing from the input. So this time it may be K7 the next input may be k12 and so on.
What I need to do is constantly compare row K to Row J and hightlight if any numbers in K are at least double lower then any number to the left of it in J.

Thanks Mike!
</j7>
 
Last edited:
Upvote 0
Sorry....The less than sign is confused by HTML and disappears.....
Try this, but remove the spaces around the "<" sign
Code:
=K7 < J7/2
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,688
Members
448,978
Latest member
rrauni

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