Microsoft Excel is a tool to generate mark sheet. Mark
sheet represents the students' data in tabular form. It reveals the student’s
roll number, their name along with the marks they obtained. In today’s blog we
will construct marksheet. Let’s assume five students are enrolled in three
subjects- English, Mathematics and Computer. Firstly, we have to create seven
columns and six rows. The seven columns include- Roll no., English,
Mathematics, Computer, Marks Obtained, Percentage and Grades.
OBTAINED MARKS:
Add up all the subjects marks of an individual. We
will get Obtained Marks. Formula: “=Sum(……)”
Write =Sum( then put a cursor on the marks you
want to add and drag it by pressing a “Shift + Right ward arrow” and
finally close the bracket ).
PERCENTAGE:
We all know the formula of percentage. Here, we simply apply it by pressing ‘equal to =’ and put the cursor on marks obtained cell, press / and write total marks which is 300. The answer we will get in decimal form. Therefore, for converting it into percentage, select a cell, click on home tab, go to number box and click on % icon in the list box.
GRADES:
For grading we are required to apply conditions. However, MS Excel has this feature to apply conditions by inserting ‘IF’ function. ‘IF’ function allows you to test the condition and get the result (Is whether the condition ‘true’ or ‘false’?). Formula=IF(F2>=80%,"A1",IF(F2>=70%,"A",IF(F2>=60%,"B",IF(F2>=50%,"C",IF(F2>=40%,"D","FAIL"))))) After applying the condition, place the cursor on cell and drag it.
COMPLETE VIDEO:
VISIT:
https://getskills1.blogspot.com/2020/12/short-cut-keys-in-excel.html







Comments
Post a Comment
Please don't enter any spam link in the comment box