ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   If statement (https://www.excelbanter.com/excel-worksheet-functions/216191-if-statement.html)

jen-chi

If statement
 
I trying to check is our performance is met on a monthly basis, we promise
the following:

95% target

<95% & 90% below target
<90% unacceptable

I have the following forumala but cannot get the unacceptable to populate
when we are below the 90%

C6 = 95%
D6 = 90%
J6 = is our actual performance

=IF(I6=0," ",(IF(J6=C6,"Target",IF(J6<C6&J6D6,"Below
Target","Unacceptable"))))

Glenn

If statement
 
jen-chi wrote:
I trying to check is our performance is met on a monthly basis, we promise
the following:

95% target

<95% & 90% below target
<90% unacceptable

I have the following forumala but cannot get the unacceptable to populate
when we are below the 90%

C6 = 95%
D6 = 90%
J6 = is our actual performance

=IF(I6=0," ",(IF(J6=C6,"Target",IF(J6<C6&J6D6,"Below
Target","Unacceptable"))))



=IF(I6=0," ",IF(J6=C6,"Target",IF(J6=D6,"Below Target","Unacceptable")))

jen-chi

If statement
 
Thanks, worked perfectly!!!!!

"Glenn" wrote:

jen-chi wrote:
I trying to check is our performance is met on a monthly basis, we promise
the following:

95% target

<95% & 90% below target
<90% unacceptable

I have the following forumala but cannot get the unacceptable to populate
when we are below the 90%

C6 = 95%
D6 = 90%
J6 = is our actual performance

=IF(I6=0," ",(IF(J6=C6,"Target",IF(J6<C6&J6D6,"Below
Target","Unacceptable"))))



=IF(I6=0," ",IF(J6=C6,"Target",IF(J6=D6,"Below Target","Unacceptable")))



All times are GMT +1. The time now is 02:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com