A
abfabrob
What does > mean in a formula?
Bart Snel said:I though I was a newbie
Bigger than; A>B means A is bigger than B.
Bart Snel
abfabrob said:How does everyone know so much about excel? It confuses me!
Thanks for your help today,
patrick said:This error appears when the formula is dividing by 0 or a blank cell.
As soon as you enter data in the formula target cell, you will get the
correct result. You can eliminate the error from showing for blank cells by
using an IF statement. eg. =If(A1>1,Your formula,"") The"" is a Null. So
the IF statement reads, If A1 is not blank, then do your formula, If A1 is
blank, then show a blank! This hides your #DIV/0 error.
Excel is a wonderful tool and I agree the more you learn about it the less
you know. Have fun with it.
Pat F