Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default determine formula for percentage

I am adding B11 through B37, the subtotal appears in B39. In B40 I want to
display 15% of B39. Then in B41, B40 will be added for a grand total. These
figures are $amounts. I need to know the formula I would use in B39
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default determine formula for percentage

formula in B39:
=SUM(B11:B37)
in B40:
=B39*15%
In B41:
=B40+B39

Cell B40 may initially spit out a number with multiple integers, simply
format to collar. If you need to avoid the possibility of lost decimals,
formula in B40 could be changed to:
=ROUND(B39*15%,2)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Shannon" wrote:

I am adding B11 through B37, the subtotal appears in B39. In B40 I want to
display 15% of B39. Then in B41, B40 will be added for a grand total. These
figures are $amounts. I need to know the formula I would use in B39

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CM CM is offline
external usenet poster
 
Posts: 136
Default determine formula for percentage

b39: =sum(b11:b37)
b40: =b39*0.15
b41: =b40+b39

--
hope to help,
cm

"Shannon" wrote:

I am adding B11 through B37, the subtotal appears in B39. In B40 I want to
display 15% of B39. Then in B41, B40 will be added for a grand total. These
figures are $amounts. I need to know the formula I would use in B39

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
How to determine the formula? Eric Excel Discussion (Misc queries) 6 September 17th 07 08:54 AM
how do I determine if a cell is used in a formula razorsharp Excel Discussion (Misc queries) 1 December 20th 06 06:53 PM
How can I determine if a cell has a value (#) or a formula (X*Y)? KMH Excel Discussion (Misc queries) 2 December 22nd 05 04:39 PM
Formula to determine shift Liz Excel Worksheet Functions 4 August 15th 05 06:52 AM
determine percentage of growth restore Excel Discussion (Misc queries) 4 April 5th 05 01:25 PM


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