I'm trying to adapt the next formula from Excel to Zoho but, it changes the formula:
This is the formula what I'm trying to insert:
4.6 + (0.182258 * (Kilometers * 1000) / (minutos + (segundos / 60)))) + (0.000104 * (Kilometers * 1000 / (minutos + (segundos / 60)) * (Kilometers * 1000 / (minutos + (segundos / 60)))))
And this is how it channge:
(4.6 + 0.182258 * Kilometers * 1000 / (minutos + segundos / 60))
Please, someone can help me, I've tried everything.