I have an excel file where I am looking to get the difference between 2 columns only if they are not blank and there is not an 'x' in the second column - I have this formula:
=IF(OR(Q17="",R17="",R17="x",),"",Q17-R17)
In Q17 I have 290 and in R17 I have 290 (Both formatted as numbers)
for some reason the value I am getting in the cell (when formatted as a number is 0.00) but when changed to general or scientific is 5.6843418860808E-14. it is driving me crazy because I have looked at everything and nothing is working. I cannot find what the issue is. Has anyone had any similar issues?
If i change the formula to Q17-R17 it produces the correct value of 0 though..
Hopefully this is okay but here is sample data where I am seeign the issue - its 3 rows all with the same scenario (i have tried reformatting the cells multiple times but nothing seems to work)