That worked perfect! Thanks. Now the only thing I need to do is get it limit the number beyond the decimal point. For example, if the calculation results in 26.246578 can I get it to show as 26.25? Or if I just want to show a whole number. For example, 26.246578 rounds down to 26. Where would I put that in my script?