Hi there,
I've recently started training for a 10k run and I want to make a formula that would tell me how long it's taking to run each km during any given training run.
I've made this formula - it uses the Analysis Tookpak add in and when I made it I wanted to try and keep it in just one cell.
=INT(CONVERT(INT(((INT(B1)*60)+(100*(B1-INT(B1))))/A1),"sec","mn"))+((CONVERT(INT(((INT(B1)*60)+(100*(B1-INT(B1))))/A1),"sec","mn")-(INT(CONVERT(INT(((INT(B1)*60)+(100*(B1-INT(B1))))/A1),"sec","mn"))))*60)/100
A1 = number of KM
B1 = time in minutes and seconds (eg 6.30)
It works but I'm sure there must be a better way - any thoughts?
Thanks
Bookmarks