#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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"))))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default 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")))
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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")))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum if statement with a left statement Eric D Excel Discussion (Misc queries) 4 July 23rd 08 05:31 PM
SUMIF statement with AND statement Eric D Excel Discussion (Misc queries) 2 July 14th 08 07:24 PM
Can an If statement answer an If statement? M.A.Tyler Excel Discussion (Misc queries) 2 June 24th 07 04:14 AM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM


All times are GMT +1. The time now is 01:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"