A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

If function



 
 
Thread Tools Display Modes
  #1  
Old September 1st, 2008, 05:10 PM posted to microsoft.public.excel.worksheet.functions
Andrew
external usenet poster
 
Posts: 688
Default If function

I am trying to get a formula to work for 3 different scenarios.

Cell R92 can have 3 outcomes:
- If the outcome is 0 the answer should be "Not Completed"
- If the outcome is 0 but = than 1 the answer should be "Acceptable"
- if the outcome is than 1 the answer should be "Unacceptable"

I can not get an if formula to work.

Thank You
--
Andrew
  #2  
Old September 1st, 2008, 05:15 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default If function

Maybe

=IF(R921,"Unacceptable",IF(R920,"Acceptable","No t Completed"))

Mike

"Andrew" wrote:

I am trying to get a formula to work for 3 different scenarios.

Cell R92 can have 3 outcomes:
- If the outcome is 0 the answer should be "Not Completed"
- If the outcome is 0 but = than 1 the answer should be "Acceptable"
- if the outcome is than 1 the answer should be "Unacceptable"

I can not get an if formula to work.

Thank You
--
Andrew

  #3  
Old September 1st, 2008, 05:17 PM posted to microsoft.public.excel.worksheet.functions
Rick Rothstein[_2_]
external usenet poster
 
Posts: 2,013
Default If function

Try this...

=IF(R92=0,"Not Completed",IF(R92=1,"Acceptable","Unacceptable"))

--
Rick (MVP - Excel)


"Andrew" wrote in message
...
I am trying to get a formula to work for 3 different scenarios.

Cell R92 can have 3 outcomes:
- If the outcome is 0 the answer should be "Not Completed"
- If the outcome is 0 but = than 1 the answer should be "Acceptable"
- if the outcome is than 1 the answer should be "Unacceptable"

I can not get an if formula to work.

Thank You
--
Andrew


  #4  
Old September 1st, 2008, 05:31 PM posted to microsoft.public.excel.worksheet.functions
Andrew
external usenet poster
 
Posts: 688
Default If function

Thank You very much!!!
--
Andrew


"Rick Rothstein" wrote:

Try this...

=IF(R92=0,"Not Completed",IF(R92=1,"Acceptable","Unacceptable"))

--
Rick (MVP - Excel)


"Andrew" wrote in message
...
I am trying to get a formula to work for 3 different scenarios.

Cell R92 can have 3 outcomes:
- If the outcome is 0 the answer should be "Not Completed"
- If the outcome is 0 but = than 1 the answer should be "Acceptable"
- if the outcome is than 1 the answer should be "Unacceptable"

I can not get an if formula to work.

Thank You
--
Andrew



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:18 AM.


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