S
Sherry
Please help.
I have created a Function (see below) but regardles of the numbers I enter,
I can only get one result to display. That result is Poor-Improving
Grrrr! What am I missing here? can anyone help-Please!!!
Function EvalAll(OverallEval As Double)
If RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Good-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation < 4 Then
EvalAll = "Poor-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Good-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Poor-Interview"
End If
End Function
I have looked at this for so long without success and now I am not sure what
I am doing anymore!!!
Cheers Sherry
I have created a Function (see below) but regardles of the numbers I enter,
I can only get one result to display. That result is Poor-Improving
Grrrr! What am I missing here? can anyone help-Please!!!
Function EvalAll(OverallEval As Double)
If RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Good-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation < 4 Then
EvalAll = "Poor-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Good-Improving"
ElseIf RecentEvaluation >= OverallEvaluation And OverallEvaluation > 4 Then
EvalAll = "Poor-Interview"
End If
End Function
I have looked at this for so long without success and now I am not sure what
I am doing anymore!!!
Cheers Sherry