formula to work out marks needed please !

ajr45

New Member
Joined
Apr 1, 2011
Messages
1
At college we are designing a system which will allow teachers to enter marks into a sheet for each unit. At the side of this table it displays how many marks the student is from getting to the next mark.

=IF(W3=0,"",IF(W3>Boundaries!A33,"-",Boundaries!$A$33-'Unit 2'!W3))

this is what i have put in but it wont work, it is still displaying a number even though the mark has been met...


if the total mark (W3) is 0 then i need it to leave the cell blank, if the maximum unit mark has been reached the cell is left with a "-", if the maximum mark has not been met then it needs to show how many marks the student needs to achieve that mark.

Sorry if i havent worded it well

hope someone can help !
thanks
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Welcome to the forum.

Have you thought about creating a table which you can use with a VLookup and a Validation so the Teacher can select from a drop down, it then populates the mark and you only need some extra details like how many points is needed to get the required mark. Add an if statement to ensure something has been selected in the cell and the Vlookup will activate and give you the correct information. Show no data if no value is selected.
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,320
Members
452,635
Latest member
laura12345

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