G
Guest
If Gender = "F" And Age = "60-64" And Chair_Stand >= "21" Then
Chairstandresult = "95%"
ElseIf Gender = "F" And Age = "60-64" And Chair_Stand <= "20" And
Chair_Stand >= "19" Then Chairstandresult = "90%"
End If
what's wrong about this if statment I get msg that said that it's missing
the end if
Chairstandresult = "95%"
ElseIf Gender = "F" And Age = "60-64" And Chair_Stand <= "20" And
Chair_Stand >= "19" Then Chairstandresult = "90%"
End If
what's wrong about this if statment I get msg that said that it's missing
the end if