Hi,
I have a sheet essentially as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]10
[/TD]
[TD]6
[/TD]
[TD]8
[/TD]
[TD]0
[/TD]
[TD]12
[/TD]
[TD]40
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Order 1
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 3
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]12
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]10
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 4
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]6
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
I'd like to conditionally format each cell in column A based off if any of the quantities in the same row exceed the quantity above them on row 1. In this example Order 1 and 3 would be conditionally formatted but not order 2 and 4.
I'd like to avoid using a macro if possible so it will update in real time as orders are added.
Apologies if this has been asked or answered elsewhere but I could not find something similar by searching.
Regards,
Ashley
I have a sheet essentially as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]10
[/TD]
[TD]6
[/TD]
[TD]8
[/TD]
[TD]0
[/TD]
[TD]12
[/TD]
[TD]40
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Order 1
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 3
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]12
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]10
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Order 4
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]6
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
I'd like to conditionally format each cell in column A based off if any of the quantities in the same row exceed the quantity above them on row 1. In this example Order 1 and 3 would be conditionally formatted but not order 2 and 4.
I'd like to avoid using a macro if possible so it will update in real time as orders are added.
Apologies if this has been asked or answered elsewhere but I could not find something similar by searching.
Regards,
Ashley