S
sgreene
=If(N6>=4.6,â€Assertive",IF(N6<=4,"Not
Assertive",if(AND(N6>4.1,N6<=4.5,"Somewhat Assertive"))))
In this example what I want it to do is if
1. the number that appears is greater than 4.6 it should put in Assertive
2. the number that appears is equal to or less than 4.0 should put in Not
Assertive
3. the number that appears is greater than or equal to 4.1 and less than or
equal to 4.5 should put in Somewhat assertive
Please tell me what I am doing wrong!!
Thank you.
Assertive",if(AND(N6>4.1,N6<=4.5,"Somewhat Assertive"))))
In this example what I want it to do is if
1. the number that appears is greater than 4.6 it should put in Assertive
2. the number that appears is equal to or less than 4.0 should put in Not
Assertive
3. the number that appears is greater than or equal to 4.1 and less than or
equal to 4.5 should put in Somewhat assertive
Please tell me what I am doing wrong!!
Thank you.