mnuttall87
New Member
Hi everyone,
I couldn't find a single formula that would capture what I am looking for when looking through the forums....
Here is the scenario:
Suppose you have cells A1 through E1 containing this data:
A1 = .00389
B1 = .00389
C1 = DIV/0 error
D1 = 0
E1 = .00389
Is there a formula that can go into F1 that would evaluate that all of the cells equal each other? Keep in mind this would ignore hte 0 values and ignore the DIV/0. Ultimately the formula would end by saying "Okay" or "Check" or something along those lines.
The formula I came up with used an iferror and an =or test to check for a 0 and and div/0 error, but it was somewhat lengthy and I was thinking there might be a better method. If it was 0 or div/0 it would offset and force the cell to be A1 (so in the scenario above C1 & D1 would report as .00389).
I couldn't find a single formula that would capture what I am looking for when looking through the forums....
Here is the scenario:
Suppose you have cells A1 through E1 containing this data:
A1 = .00389
B1 = .00389
C1 = DIV/0 error
D1 = 0
E1 = .00389
Is there a formula that can go into F1 that would evaluate that all of the cells equal each other? Keep in mind this would ignore hte 0 values and ignore the DIV/0. Ultimately the formula would end by saying "Okay" or "Check" or something along those lines.
The formula I came up with used an iferror and an =or test to check for a 0 and and div/0 error, but it was somewhat lengthy and I was thinking there might be a better method. If it was 0 or div/0 it would offset and force the cell to be A1 (so in the scenario above C1 & D1 would report as .00389).