IF formula question

nieuwkrijt

New Member
Joined
Oct 7, 2017
Messages
2
Hi,

I am a teacher from the Netherlands and I would like to create a tool that lets Excel enter a grade (double digit number, i.e 6.7) in a cell next to a pupils name based on information in another cell in another worksheet.

This is what I have:

Multiple worksheets:
Worksheet 1 = contains parameters that lets me set total points, and ...%=6.0 (sufficient grade)
Worksheet 2 = graph with scores and columns with ...points = ...score

What I want is:
Worksheet 3:

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name pupil[/TD]
[TD]Points[/TD]
[TD]Grade[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Pupil 1[/TD]
[TD]45[/TD]
[TD]8.9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Pupil 2[/TD]
[TD]This information is manually entered by me.[/TD]
[TD]This information should be generated based on a command. Namely: C3=the score that result from B3's amount of points (i.e. 40) which can be found in another worksheet with the scores.[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Pupil 3[/TD]
[TD]This information is manually entered by me.[/TD]
[TD]This information should be generated based on a command. Namely: C4=the score that result from B4's amount of points (i.e. 40) which can be found in another worksheet with the scores.[/TD]
[TD]


[/TD]
[/TR]
</tbody>[/TABLE]


Here are some screenshots to clarify:
5ggEnZI
5ggEnZI
https://imgur.com/5ggEnZI
https://imgur.com/ZZlv4m3
https://imgur.com/tFNAJQG

Thanks so much in advance!

Dennis
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Oh, and a possible problem could be that the location of each score in the worksheet (with the points = score) can differ depending on the total amount of points that can be earned; 40 is in cell A12 if the total amount of points is 50 but in cell A22 if the total amount of points is 60. If you know how to have excel calculate the grade based on an algorithm without consulting the already existing score board that's fine (or even better).

Tah
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,774
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top