I want to do the following:
If the score is equal to or greater than 0.75 the word "Well Done" is to appear,
0.5 - 0.74 the words "Good Effort" must appear and if the score is less than 0.5 the words "Needs Imrovement" must appear. Does anyone know how to write this inequality. The one I have does not work correctly. This is what I have:
IF(Stats!K37>0.74,"Well Done",IF(0.4<Stats!K37<0.75,"Good Effort!","Needs Improvement"))
NB. The cell Stats!K37 Ccontains the score.
If the score is equal to or greater than 0.75 the word "Well Done" is to appear,
0.5 - 0.74 the words "Good Effort" must appear and if the score is less than 0.5 the words "Needs Imrovement" must appear. Does anyone know how to write this inequality. The one I have does not work correctly. This is what I have:
IF(Stats!K37>0.74,"Well Done",IF(0.4<Stats!K37<0.75,"Good Effort!","Needs Improvement"))
NB. The cell Stats!K37 Ccontains the score.