How to create score table?

Post on 13-Nov-2014

7,138 views 9 download

Tags:

description

Create a score table for school.

transcript

How to create score table?

How to create score table?Enter columns head for score table

How to create score table?Define rows for score table (Drag down to add increment number)

Drag down to add increment number

How to create score table?Define table borders

How to create score table?Add color to row or column in table

How to create score table?Define % and add formula as “total” value for D3

How to create score table?Define % and add formula as “total” value for D3 (continue…)

=SUM(F3:K3)

How to create score table?Add formula as “average of all homework” value for J5

How to create score table?Add formula as “average of all homework” value for J5 (Continue…)

=AVERAGE(Q5:AO5)

Split window

How to create score table?Add formula as “average of all Quiz” value for K5

How to create score table?Add formula as “average of all Quiz” value for K5 (Continue…)

=AVERAGE(L5:P5)

How to create score table?Add formula as “Total Score” for D5

=(F5*$F$3+G5*$G$3+H5*$H$3+I5*$I$3+J5*$J$3+K5*$K$3)

How to create score table?Add IF condition formula as “Grade” value for E5

=IF(D5>89.9999999, "A", IF(D5>79.99999999, "B", IF(D5>69.9999999, "C", IF(D5>59.999999, "D", "Retest"))))

How to create score table?Create Automatic Selection: highest and lowest1. Highlight cell region

How to create score table?Create Automatic Selection: highest and lowest2. Define MAX

=MAX($D$5:$D$24)

How to create score table?Create Automatic Selection: highest and lowest2b. Add cell format

How to create score table?Create Automatic Selection: highest and lowest3. 2nd condition as “MIN” value

=MIN($D$5:$D$24)

How to create score table?Create Automatic Selection: highest and lowest3b. Add cell format

How to create score table?Transfer “Highest and Lowest Automatic Selection” to other cell regions by painter

How to create score table?

Transfer “Highest and Lowest Automatic Selection” to other cell regions by painter

How to create score table?

Format “Highest and Lowest Automatic Selection” to fit cell region

D K

How to create score table?

Done with all “Highest and Lowest Automatic Selection” cell regions

How to create score table?

Highlight 1st, 2nd, and 3rd place (additional task !)

1st

2nd

3rd

How to create score table?

Highlight 1st, 2nd, and 3rd place (additional task !)

How to create score table?Prepare chart data table:

How to create score table?Prepare chart data table: Use COUNTIF condition formula for D28

=COUNTIF(D5:D24, "<60")

How to create score table?Prepare chart data table: Use COUNTIF condition formula for D29

=COUNTIF(D5:D24,">59.9999999")-(COUNTIF(D5:D24,">69.9999999"))

How to create score table?Prepare chart data table: Use COUNTIF condition formula for D32

=COUNTIF(D5:D24,">89.9999999")-(COUNTIF(D5:D24,"100"))

How to create score table?Prepare chart data table: Use COUNTIF condition formula for D33

=(COUNTIF(D5:D24,"100"))

How to create score table?Copy (D28:D33) formula and Paste to (F28:F33) table

Ctrl+C Ctrl+V

How to create score table?Create Chart: 1. Highlight data table 2. Click Chart Wizard

How to create score table?Select Chart type

How to create score table?

Check source of data

How to create score table?

Chart Options: Titles

How to create score table?

Chart Options: Axes

How to create score table?

Chart Options: Gridlines

How to create score table?

Chart Options: Legend

How to create score table?

Chart Options: Data Labels

How to create score table?

Chart Options: Show Data Table

How to create score table?

Chart Location

How to create score table?

Chart vs. data table

How to create score table?

Format Gridlines

How to create score table?

Format Gridlines (continue..)

How to create score table?

Format Plot Area

How to create score table?

Format Plot Area (continue…)

How to create score table?

Format Plot Area (continue…)

How to create score table?

Format Plot Area (continue…)

How to create score table?

Done with Chart/Graph

How to create score table?Done with Chart/Graph

Thank You

Q & A