Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can someone help. I am trying to calculate the percent rank, but here is what
I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What is the criteria for ranking?
-- Gary Brown "Pauline" wrote: Can someone help. I am trying to calculate the percent rank, but here is what I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am sorry I don't understand.
"Gary Brown" wrote: What is the criteria for ranking? -- Gary Brown "Pauline" wrote: Can someone help. I am trying to calculate the percent rank, but here is what I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You said that Col A is 25% and Cols B+C+D = 75% and you want to know the
ranking % of each person. Do you want to rank them based on their value in Col B? Col C? Col D? Some combination of columns? -- Hope this helps. If this post was helpfull, please remember to click on the ''''YES'''' button at the bottom of the screen. Thanks, Gary Brown "Pauline" wrote: I am sorry I don't understand. "Gary Brown" wrote: What is the criteria for ranking? -- Gary Brown "Pauline" wrote: Can someone help. I am trying to calculate the percent rank, but here is what I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to rank them based on col A's value counting 25% and the total value
of B, C, D's Columns counting 75% Does this make sense? "Gary Brown" wrote: You said that Col A is 25% and Cols B+C+D = 75% and you want to know the ranking % of each person. Do you want to rank them based on their value in Col B? Col C? Col D? Some combination of columns? -- Hope this helps. If this post was helpfull, please remember to click on the ''''YES'''' button at the bottom of the screen. Thanks, Gary Brown "Pauline" wrote: I am sorry I don't understand. "Gary Brown" wrote: What is the criteria for ranking? -- Gary Brown "Pauline" wrote: Can someone help. I am trying to calculate the percent rank, but here is what I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No, it doesn't make sense.
Try giving us an example. -- David Biddulph "Pauline" wrote in message ... I want to rank them based on col A's value counting 25% and the total value of B, C, D's Columns counting 75% Does this make sense? "Gary Brown" wrote: You said that Col A is 25% and Cols B+C+D = 75% and you want to know the ranking % of each person. Do you want to rank them based on their value in Col B? Col C? Col D? Some combination of columns? -- Hope this helps. If this post was helpfull, please remember to click on the ''''YES'''' button at the bottom of the screen. Thanks, Gary Brown "Pauline" wrote: I am sorry I don't understand. "Gary Brown" wrote: What is the criteria for ranking? -- Gary Brown "Pauline" wrote: Can someone help. I am trying to calculate the percent rank, but here is what I can't figure out. I have 4 columns of data A, B, C, D column A is worth 25% and B, C, and D totaled is worth 75% . I need to know what the percent rank is for this person. There is a total of 25 people. Thanks |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Okay,
Column A Column B Column C Column D Column E Test Score Hour Points GPA Points Grade Points Sum 0f A,B,C 45 10 40 45 95 How do I calculate a total score/grade with Column E worth 75% and Column A worth 25%? Then once I have this answer rank them so that I will know who has the highest score/grade Does this help? |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm sorry, it wrapped my list.
Column A Column E Test Score Is sum a of B, C, D 45 95 "Pauline" wrote: Okay, Column A Column B Column C Column D Column E Test Score Hour Points GPA Points Grade Points Sum 0f A,B,C 45 10 40 45 95 How do I calculate a total score/grade with Column E worth 75% and Column A worth 25%? Then once I have this answer rank them so that I will know who has the highest score/grade Does this help? |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jul 7, 12:53 pm, Pauline wrote:
Okay, Column A Column B Column C Column D Column E Test Score Hour Points GPA Points Grade Points Sum 0f A,B,C 45 10 40 45 95 How do I calculate a total score/grade with Column E worth 75% and Column A worth 25%? Then once I have this answer rank them so that I will know who has the highest score/grade Does this help? Is this all you are looking for? =A2*x+E2*3x Any "x" will do, perhaps you want to make the total possible points equal 100 or some round number, so make x be something useful. Then take the student scores as a percent to get grades, of course. Presumably in a different cell. |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jul 7, 12:53 pm, Pauline wrote:
Okay, Column A Column B Column C Column D Column E Test Score Hour Points GPA Points Grade Points Sum 0f A,B,C 45 10 40 45 95 How do I calculate a total score/grade with Column E worth 75% and Column A worth 25%? Then once I have this answer rank them so that I will know who has the highest score/grade Does this help? I thought I posted this, maybe two posts will show up eventually. =A2*x+E2*3x "x" can be anything, probably best to make it meaningful. For instance, x=.30303 would give you a total of 100 if the numbers you gave (45 and 95) are the maximum points available. Regardless, take the number you've calculated as each student's score and get grades as a percent of the maximum, of course. |
#11
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you soooo much! I was trying to make it harder than it actually was.
Argh! "Spiky" wrote: On Jul 7, 12:53 pm, Pauline wrote: Okay, Column A Column B Column C Column D Column E Test Score Hour Points GPA Points Grade Points Sum 0f A,B,C 45 10 40 45 95 How do I calculate a total score/grade with Column E worth 75% and Column A worth 25%? Then once I have this answer rank them so that I will know who has the highest score/grade Does this help? I thought I posted this, maybe two posts will show up eventually. =A2*x+E2*3x "x" can be anything, probably best to make it meaningful. For instance, x=.30303 would give you a total of 100 if the numbers you gave (45 and 95) are the maximum points available. Regardless, take the number you've calculated as each student's score and get grades as a percent of the maximum, of course. |
#12
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No problem.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Percent | New Users to Excel | |||
Percent | New Users to Excel | |||
Formatting a number to look like a Percent without a percent sign | Excel Discussion (Misc queries) | |||
is there a percent error function in excel? | Excel Worksheet Functions | |||
Need Formula or Function to calculate Margin (reverse of Percent a | Excel Worksheet Functions |