Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i calculate this? | Excel Discussion (Misc queries) | |||
calculate time does not calculate | Excel Discussion (Misc queries) | |||
How to calculate EMi? | Excel Worksheet Functions | |||
How do I calculate in an IF | Excel Worksheet Functions | |||
calculate max value | New Users to Excel |