Hi everyone,
I am trying to write a formula to check for discrepancies. I want the formula to return 'TRUE' if all the non-zero cells have equal values and 'FALSE' if one of the cells has a value which is zero or a number that is not consistent with the other numbers. I tried doing HLOOKUP and can't quite figure it out. Driving me nuts.
For example, I have a row of outputs from cells A1, B1, C1, D1.
A1= 10
B1= 10
C1 = (no number entered)
D1 = (no number entered)
I would want a 'TRUE' here
or....if I have the following
A1= 10
B1= 11
C1 = 10
D1 = (no number entered)
I would want a 'FALSE' here
or....if I have the following
A1= 10
B1= 0
C1 = 10
D1 = (no number entered)
I would want a 'FALSE' here
Thanks!
I am trying to write a formula to check for discrepancies. I want the formula to return 'TRUE' if all the non-zero cells have equal values and 'FALSE' if one of the cells has a value which is zero or a number that is not consistent with the other numbers. I tried doing HLOOKUP and can't quite figure it out. Driving me nuts.
For example, I have a row of outputs from cells A1, B1, C1, D1.
A1= 10
B1= 10
C1 = (no number entered)
D1 = (no number entered)
I would want a 'TRUE' here
or....if I have the following
A1= 10
B1= 11
C1 = 10
D1 = (no number entered)
I would want a 'FALSE' here
or....if I have the following
A1= 10
B1= 0
C1 = 10
D1 = (no number entered)
I would want a 'FALSE' here
Thanks!
Last edited: