Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default how do i calculate a %

i need to calculate a % i need to give a percentage to a mark of 67/70 and
make it 30% of the total i need help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default how do i calculate a %

type this formula into a cell:
=67/70
which will give you .9571 and if you format it as a % with 2 decimal places
it will appear as 95.71%

I presume you want to weight this score to 30% of a total. Let's say you
have 2 other scores of 80% in D1 and D2, with the 95.71% in D3, you could put
another formula somewhere as:
=D1*.35 + D2*.35 + D3*.3
That would account for 100% (.35+.35+.3 = 1)

Hope that helps.

"blue" wrote:

i need to calculate a % i need to give a percentage to a mark of 67/70 and
make it 30% of the total i need help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default how do i calculate a %

"blue" wrote:
i need to calculate a % i need to give a percentage
to a mark of 67/70 and make it 30% of the total


I am not sure what you mean by "make it 30%".

I think you are trying to say that the 70-point test counts for 30% of your
grade. You want to compute your percentage on the test -- 67/70 -- and you
want to compute your percentage of the total grade. If that's the case,
then....

For your percentage on the test, put the following into A1:

=67/70

and formatted as Percentage.

For your percentgage of the total, put the following into A2:

=A1*30%

formatted as Percentage.

If that is not what you are looking for, please explain your problem more
completely. Provide numerical examples that you have calculated by hand.
And "show your work".
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 do i calculate this? cheypie1000 Excel Discussion (Misc queries) 2 February 28th 09 07:41 AM
calculate time does not calculate Wanna Learn Excel Discussion (Misc queries) 4 August 19th 08 12:51 AM
How to calculate EMi? Rathin Excel Worksheet Functions 2 March 16th 07 06:43 AM
How do I calculate in an IF Takia Excel Worksheet Functions 3 August 23rd 06 09:33 PM
calculate max value aljafp New Users to Excel 3 October 8th 05 03:24 PM


All times are GMT +1. The time now is 10:08 AM.

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"