Calculate distance from step count

I have created the following formula: ((1.8/10000.43)#ZSC#) km to display distance. However the result comes back at 6 decimal places, how do I reduce to 2? Thanks

(floor(((1.8/1000*0.43)*#ZSC#)*100)/100)
3 Likes

Thanks Andrew, i was struggling with this too

Hello, does anyone know a formula to convert it to meters, not kilometers? Thanks!