#1   Report Post  
Posted to microsoft.public.excel.misc
TQ TQ is offline
external usenet poster
 
Posts: 46
Default Round up & Autosum

Hi, how to make the figure to cut off with 3 decimal points and auto round up
if /=0.005 ? Example as below,

A1=0.0115 , B1=1.22 , C1=2.44 D1=1494
A2=0.0115 , B2=1.22 , C2=2.44 D2=1494
A3=0.0145 , B3=1.22 , C3=2.44 D3=1188
A4=0.0175 , B3=1.22 , C3=2.44 D3=972

E1=A1*B1*C1*D1/1000 (51.144)
E2=A2*B2*C2*D2/1000 (51.144)
E3=A3*B3*C3*D3/1000 (51.278)
E4=A4*B4*C4*D4/1000 (50.635)

E5=SUM(E1-E2) with 3 decimal points.

Can I get the answer E5=204.201 instead of 204.203 ? Any formula ?

Thanks !
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Round up & Autosum

=SUMPRODUCT(ROUND(E1:E4,3))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"TQ" wrote in message
...
Hi, how to make the figure to cut off with 3 decimal points and auto round

up
if /=0.005 ? Example as below,

A1=0.0115 , B1=1.22 , C1=2.44 D1=1494
A2=0.0115 , B2=1.22 , C2=2.44 D2=1494
A3=0.0145 , B3=1.22 , C3=2.44 D3=1188
A4=0.0175 , B3=1.22 , C3=2.44 D3=972

E1=A1*B1*C1*D1/1000 (51.144)
E2=A2*B2*C2*D2/1000 (51.144)
E3=A3*B3*C3*D3/1000 (51.278)
E4=A4*B4*C4*D4/1000 (50.635)

E5=SUM(E1-E2) with 3 decimal points.

Can I get the answer E5=204.201 instead of 204.203 ? Any formula ?

Thanks !



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Round time maybe this explanation will help Darts Excel Discussion (Misc queries) 1 March 22nd 06 09:57 PM
round up a function RESULT Lynne Excel Discussion (Misc queries) 4 November 10th 05 04:59 PM
Round a number in nested function kim Excel Worksheet Functions 1 July 6th 05 11:45 AM
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
autosum problems PAT D 1951 Excel Worksheet Functions 1 November 28th 04 11:17 PM


All times are GMT +1. The time now is 10:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"