How to convert Excel IF function into google sheets

87 Views Asked by At

I converted an excel document into a google sheet but the formulas didn't tranfer correctly. Specifically the IF functions. Does anyone know how to fix this?

This was the original IF function in excel: =IF(LEN(T4)=6,CEILING(T4,10)-1,IF(LEN(T4)<6,CEILING(T4,1)-0.01,IF(LEN(T4)=7,CEILING(T4,100)-1,"false")))

The number in T4 is 1,754.55

When converted it does not give me the same result. I should be getting a number but instead I get "false". If anyone could help that would be greatly appreciated.

0

There are 0 best solutions below