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
=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