Forum Discussion
QuickBaseJunkie
Qrew Legend
6 years agoHi Many!
If you want to represent 4.12 as 4:12, in your formula use the formula below. It separates the part before the decimal as the minutes and the part after as the seconds.
Let me know if this solves your issue 👍😊
------------------------------
Sharon Faust (QuickBaseJunkie.com)
Founder, Quick Base Junkie
https://quickbasejunkie.com
------------------------------
If you want to represent 4.12 as 4:12, in your formula use the formula below. It separates the part before the decimal as the minutes and the part after as the seconds.
Minutes(Int([Length]))+Seconds(Frac([Length])*100)
Then make sure you have your units set to how you'd like them to look (smart units can cause weird results).
Let me know if this solves your issue 👍😊
------------------------------
Sharon Faust (QuickBaseJunkie.com)
Founder, Quick Base Junkie
https://quickbasejunkie.com
------------------------------
- MannyPinheiro16 years agoQrew TraineeThank You Sharon. This definitely pushed me in the right direction!
I really appreciate it.
------------------------------
Manny Pinheiro
------------------------------