Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default HELP! Trying to create a nested formula

I am having a problem nesting this calculation, in addition the final sum
should be rounded to 34k....do not know where I am going wrong



Example:

Payment Gross Up Sum Rounded
32,549.00 976.47 33,525.47 30,000.00

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default HELP! Trying to create a nested formula

Hi,

You didn't give any rules for the rounding - up or down or nearest so I'll
guess nearest 1000 so with the sum of your numbers in C2 try this

=ROUND(C2/1000,0)*1000

Mike

"Alabama" wrote:

I am having a problem nesting this calculation, in addition the final sum
should be rounded to 34k....do not know where I am going wrong



Example:

Payment Gross Up Sum Rounded
32,549.00 976.47 33,525.47 30,000.00

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default HELP! Trying to create a nested formula

Hi,

You didn't tell us what formula you are using?

If you want to round a sum to the nearest 1000, you can do this with
formatting (for display only or using a round to actually change the number).

Formatting to the nearest 1K
=SUM(A1:A100)
choose Format, Cells, Number tab, Custom and enter either
#0,K
or
0,K

To round to the nearest 1K
=ROUND(A1,-3)
Which you could format using the above suggestion.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Alabama" wrote:

I am having a problem nesting this calculation, in addition the final sum
should be rounded to 34k....do not know where I am going wrong



Example:

Payment Gross Up Sum Rounded
32,549.00 976.47 33,525.47 30,000.00

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default HELP! Trying to create a nested formula

And I guess I didn't answer the nesting issue:

=ROUND(SUM(A1:A100),-3)

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Alabama" wrote:

I am having a problem nesting this calculation, in addition the final sum
should be rounded to 34k....do not know where I am going wrong



Example:

Payment Gross Up Sum Rounded
32,549.00 976.47 33,525.47 30,000.00

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
Nested formula Hanya Excel Discussion (Misc queries) 3 December 23rd 08 07:38 PM
can you create nested formulas within v-lookup; if so how WandaJean Excel Worksheet Functions 1 January 30th 07 09:32 PM
Help with formula €“ too many nested IFs Bob Excel Worksheet Functions 7 September 18th 06 06:53 PM
Nested Formula help Pat Flynn Excel Worksheet Functions 0 December 5th 05 04:25 PM
Nested Formula MichaelS Excel Worksheet Functions 6 November 28th 05 07:54 PM


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