hello
i m using this to get average
r4/s4 = result(t4)
r4 = 5
s4 = 517
Result(t4) = 517/5 = 103.4
now i use the roundup function to get the decimal less value
=Roundup(t4,0) = Result = 103
i want both function in one function to get result
thanx
Bookmarks