Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I need to generate a formula that will look at the data on sheet
one..reference a list on sheet 2 ..do some arithmatic then add the total of 3 cells together placing that total in its own cell. sheet 1 Student ID Exam 1 Exam 2 Final Overall Grade 318-84-6039 100 93 79 87.40 B 332-03-6854 99 90 74 F 341-38-6902 63 51 43 F 362-80-6830 65 91 81 F 351-25-6606 74 65 58 F 303-86-6698 74 63 63 F 360-99-6115 63 50 43 F 342-45-6149 84 72 65 F 360-49-6615 78 65 58 F 331-38-6683 88 78 77 F 337-55-6535 72 64 62 F 300-60-6949 100 89 85 F 373-46-6412 99 88 84 F 397-44-6180 98 84 84 F 398-56-6736 100 92 86 F sheet 2 Exam Type Weight Exam 1 25% Exam 2 25% Final 50% using these charts, i need to generate the data that would populate under the overall column. What i need to do is reference the type, multiply the value in the cell that corresponds to it by the appropriate weight which is found on sheet 2 in the list. add the 3 cells together after multiplying them by their weights and put that total in the column under overall. ex 100*20%+93*30%+79*50% 87.40 would go under overall. anyhelp on this would be appreciated ~Eelinla |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cross Reference between sheets | Excel Worksheet Functions | |||
How to have a variable cell reference across sheets? | Excel Discussion (Misc queries) | |||
create reference formula that looks through all sheets for matchin | Excel Worksheet Functions | |||
Indirect and Address in Reference to other sheets | Excel Worksheet Functions | |||
in VBA Sheets("mysheet").Copy Befo=Sheets(1) how do i get a reference to the newly created copy of this sheet? | Excel Worksheet Functions |