Rhatidbwoy: No problem at all. I'm glad to help.
What you could do is apply a scaler to your result. For example, instead of seconds, work it out in milliseconds (scaler of 1000). Or if you dont need it that accurate, use a smaller scaler like 32 for example. Its good to choose a scaler that is a power of 2 (i.e. 2, 4, 8, 16, etc...) becuase you can multiply by these numbers very quickly and easily using the shifting you have learned.
Bookmarks