Reputation: 33
I am trying to figure out the proper way to enter the formula.
I am looking at highlighting the difference that is greater than 20000000
=$H-$G>20000000
?
any suggestions
Upvotes: 0
Views: 90
Reputation: 23283
AFAIK you can't really do it over a range like that. I believe you want this as your formula:
=$H2-$G2>20000000
and an applied to range of say
=$H$2:$G$1000
to do this for all cells from row 2 to 1000.
Upvotes: 1