#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Round formula

I have this formula (below). Is there an easier way to do it ?
=ROUND(D53,3)+ROUND(E53,3)+ROUND(F53,3)+ROUND(G53, 3)+ROUND(H53,3)+ROUND(I53,3)+ROUND(J53,3)+ROUND(K5 3,3)+ROUND(L53,3)+ROUND(M53,3)+ROUND(N53,3)

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Round formula

1. =SUMPRODUCT(ROUND(D53:N53,3))
ENTER it

2. =SUM(ROUND(D53:N53,3))
this is an array-formula so CTRL+SHIFT+ENTER it

On 13 Maj, 10:03, GIDRA wrote:
I have this formula (below). Is there an easier way to do it ?
=ROUND(D53,3)+ROUND(E53,3)+ROUND(F53,3)+ROUND(G53, 3)+ROUND(H53,3)+ROUND(I53*,3)+ROUND(J53,3)+ROUND(K 53,3)+ROUND(L53,3)+ROUND(M53,3)+ROUND(N53,3)

Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Round formula

=SUMPRODUCT((ROUND(D53:N53,3)))

If this post helps click Yes
---------------
Jacob Skaria


"GIDRA" wrote:

I have this formula (below). Is there an easier way to do it ?
=ROUND(D53,3)+ROUND(E53,3)+ROUND(F53,3)+ROUND(G53, 3)+ROUND(H53,3)+ROUND(I53,3)+ROUND(J53,3)+ROUND(K5 3,3)+ROUND(L53,3)+ROUND(M53,3)+ROUND(N53,3)

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default Round formula

Also,

=ROUND(SUM(D53:N53),3)

No need to Ctrl-Shift-Enter it.

Tony.

(Click "Yes" if helpful to you)

"GIDRA" wrote:

I have this formula (below). Is there an easier way to do it ?
=ROUND(D53,3)+ROUND(E53,3)+ROUND(F53,3)+ROUND(G53, 3)+ROUND(H53,3)+ROUND(I53,3)+ROUND(J53,3)+ROUND(K5 3,3)+ROUND(L53,3)+ROUND(M53,3)+ROUND(N53,3)

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 formula Frances C[_2_] Excel Worksheet Functions 6 November 2nd 07 01:44 AM
How not to round a formula Janet Excel Discussion (Misc queries) 9 September 6th 07 03:28 AM
Round up Formula Help Richard Excel Discussion (Misc queries) 3 October 1st 06 08:58 PM
How do I NOT round off in a formula Sierra_07 Excel Worksheet Functions 4 October 13th 05 01:30 AM
formula to round up? John Excel Worksheet Functions 2 June 13th 05 11:29 PM


All times are GMT +1. The time now is 01:28 PM.

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

About Us

"It's about Microsoft Excel"