Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Nesting mulptiple round functions

I have a complex formula that needs to be rounded to 2 decimal places until
the final calculation when the round needs to be 0. When I change the final
round from 0 to 2, I get a completely different result.

=ROUND($B$4*VLOOKUP($G25,Territory,5,FALSE),2)*ROU ND(VLOOKUP(A$21,CLASS,7,FALSE),2)*ROUND($E$2,2)*RO UND($E$9,2)+ROUND($B$5*VLOOKUP($G25,Territory,6,FA LSE),2)*ROUND(VLOOKUP(A$21,CLASS,7,FALSE),2)*ROUND ($E$2,2)*ROUND($E$15,2)*ROUND($E$9,2)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 229
Default Nesting mulptiple round functions

I'm not seeing the final round; all those are on the same level. You
can try this:

=ROUND(ROUND($B$4*VLOOKUP($G25,Territory,5,FALSE), 2)*ROUND(VLOOKUP(A
$21,CLASS,7,F*ALSE),2)*ROUND($E$2,2)*ROUND($E$9,2) +ROUND($B
$5*VLOOKUP($G25,Territory,6,FA*LSE),2)*ROUND(VLOOK UP(A$21,CLASS,
7,FALSE),2)*ROUND($E$2,2)*ROUND($E$15,2)*R*OUND($E $9,2),0)


On Sep 4, 3:14 pm, Richard Ward
wrote:
I have a complex formula that needs to be rounded to 2 decimal places until
the final calculation when the round needs to be 0. When I change the final
round from 0 to 2, I get a completely different result.

=ROUND($B$4*VLOOKUP($G25,Territory,5,FALSE),2)*ROU ND(VLOOKUP(A$21,CLASS,7,F*ALSE),2)*ROUND($E$2,2)*R OUND($E$9,2)+ROUND($B$5*VLOOKUP($G25,Territory,6,F A*LSE),2)*ROUND(VLOOKUP(A$21,CLASS,7,FALSE),2)*ROU ND($E$2,2)*ROUND($E$15,2)*R*OUND($E$9,2)



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
Nesting Functions tan Excel Worksheet Functions 1 November 28th 06 04:01 AM
Help with Nesting two functions fred Excel Discussion (Misc queries) 11 August 8th 06 01:52 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM
Nesting Functions LostNFound Excel Worksheet Functions 4 March 3rd 05 09:59 PM
nesting 18 x functions Jenny Excel Worksheet Functions 3 December 2nd 04 12:01 PM


All times are GMT +1. The time now is 02:48 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"