Hello, I've got a problem with a couple formulas I've entered on a spreadsheet. The first formula is performing a calculation based on data from another tab. I want it to round the results to the nearest whole number. I can click "Decrease Decimal" and it shows 1.9 as 2 for example. The problem is that I'm referencing this cell (actually it's an entire column) on another tab for a "pass/fail" state. I can't get it to recognize the result as passing if it's 1.9. I've tried incorporating a rounding formula but can't seem to get it to work. I also have these cells on a graph and the 1.9 will show below the minimum on the graph as well.
This is the formula doing the calculation:
=IF(ISBLANK(Data!E12),NA(),IF(Data!E22<Data!E2,NA(),IF(AND(Data!E12>=130,Data!E12<190),(Data!E12-Data!E2)/10,NA())))
This is the formula I have referencing that calculation for the pass/fail condition:
=IF(ISNA(Heat!C2), "Removed", IF(AND(2<=Heat!C2,Heat!C2<=8) = TRUE, "Pass", "Fail"))
Can any of you Excel wizards help me!?
Thanks
This is the formula doing the calculation:
=IF(ISBLANK(Data!E12),NA(),IF(Data!E22<Data!E2,NA(),IF(AND(Data!E12>=130,Data!E12<190),(Data!E12-Data!E2)/10,NA())))
This is the formula I have referencing that calculation for the pass/fail condition:
=IF(ISNA(Heat!C2), "Removed", IF(AND(2<=Heat!C2,Heat!C2<=8) = TRUE, "Pass", "Fail"))
Can any of you Excel wizards help me!?
Thanks