MarkShnier__You
Qrew Legend
4 years agoRe: Convert Numeric field into Duration
You can create a new Formula Duration field with a formula of Minutes([my import field]).
If you want to round to the nearest Minute, then you can use the Round formula
Round(Minutes([my import field]), Minutes(1))
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
If you want to round to the nearest Minute, then you can use the Round formula
Round(Minutes([my import field]), Minutes(1))
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------