R ramzi Jul 22, 2008 #1 How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0
How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0
R ramzi Jul 22, 2008 #3 hi macropod, thank you very much macropod said: Hi ramzi, Try: =ROUNDUP(A1/5,2)*5 -- Cheers macropod [MVP - Microsoft Word] ramzi said: How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0 Click to expand... Click to expand...
hi macropod, thank you very much macropod said: Hi ramzi, Try: =ROUNDUP(A1/5,2)*5 -- Cheers macropod [MVP - Microsoft Word] ramzi said: How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0 Click to expand... Click to expand...
R ramzi Jul 22, 2008 #4 hi macropod.... sorry agian...from ur formula the answer will be like below: #.#1, #.#2, #.#3, #.#4 will become #.#5 #.#6, #.#7, #.#8, #.#9 will become #.#0 but i need... #.#1, #.#2, will become #.#0 #.#3, #.#4 will become #.#5 #.#6, #.#7 will become #.#5 #.#8, #.#9 will become #.#0 thank you macropod said: Hi ramzi, Try: =ROUNDUP(A1/5,2)*5 -- Cheers macropod [MVP - Microsoft Word] ramzi said: How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0 Click to expand... Click to expand...
hi macropod.... sorry agian...from ur formula the answer will be like below: #.#1, #.#2, #.#3, #.#4 will become #.#5 #.#6, #.#7, #.#8, #.#9 will become #.#0 but i need... #.#1, #.#2, will become #.#0 #.#3, #.#4 will become #.#5 #.#6, #.#7 will become #.#5 #.#8, #.#9 will become #.#0 thank you macropod said: Hi ramzi, Try: =ROUNDUP(A1/5,2)*5 -- Cheers macropod [MVP - Microsoft Word] ramzi said: How to roud up close to #.#5 and #.#0 #.#1, #.#2 - #.#0 #.#3, #.#4 = #.#5 #.#6, #.#7 = #.#5 #.#8, #.#9 = #.#0 Click to expand... Click to expand...
S Sandy Mann Jul 22, 2008 #5 Try: =ROUND(A1/0.5,0)*0.5 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
Try: =ROUND(A1/0.5,0)*0.5 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
R ramzi Jul 22, 2008 #6 hi Sandy Mann, Thanks =ROUND(A2/0.5,1)*0.5 The above formula works for me... Thank you for sanday and macropod.
hi Sandy Mann, Thanks =ROUND(A2/0.5,1)*0.5 The above formula works for me... Thank you for sanday and macropod.
S Sandy Mann Jul 22, 2008 #7 Glad that it helped. -- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
Glad that it helped. -- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk