Forum Discussion

Rui_Soares_22's avatar
Rui_Soares_22
Copper Contributor
Apr 19, 2023

Wrong data returning

Good afternoon, have been struggling with an issue, and it's driving me crazy!

Have this spreadsheet where I compare an input value (Column E), make an operation in (column F): =IF(E64="";"";ABS(D64-E64))) and then another in (Column G): =IF(F64=""; ""; (F64+$J$45)). Formulas work well, until I reach Input number 8. The formula in (Column J) is: =IF(E64=""; ""; IF(G64<=I64; "C"; "NC")). And although as you can see, the values from G64 and I64 are identical, if returns FALSE. If I input manually in  G64 the value 0.05 it works. I've checked that is number formatted, even using isnumber() function returns TRUE.

 

 

 

Please HELP, it's driving me up the walls!!

Thanks!