#1   Report Post  
Posted to microsoft.public.excel.misc
DWD DWD is offline
external usenet poster
 
Posts: 4
Default Not just True/False

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default Not just True/False

=IF (A1 < 60, "Fail", IF (60<=A1<=70,"Conditional","Pass"))

"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport

  #3   Report Post  
Posted to microsoft.public.excel.misc
DWD DWD is offline
external usenet poster
 
Posts: 4
Default Not just True/False

Got it, Bob... Thanks...D
--
Dan Davenport


"BobT" wrote:

=IF (A1 < 60, "Fail", IF (60<=A1<=70,"Conditional","Pass"))

"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Not just True/False

Try this:

=IF(A1<60,"Fail",IF(A1<=70,"Provisional","Pass"))

HTH,
Elkar


"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport

  #5   Report Post  
Posted to microsoft.public.excel.misc
DWD DWD is offline
external usenet poster
 
Posts: 4
Default Not just True/False

Got it.... Thanks...D
--
Dan Davenport


"Elkar" wrote:

Try this:

=IF(A1<60,"Fail",IF(A1<=70,"Provisional","Pass"))

HTH,
Elkar


"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Not just True/False

=IF(B2<60,"Fail",IF(AND(B260,B2<71),"Provisional" ,"pass"))

Change B2 to the cell your looking at.

"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport

  #7   Report Post  
Posted to microsoft.public.excel.misc
DWD DWD is offline
external usenet poster
 
Posts: 4
Default Not just True/False

Got it... Thanks much to all... D
--
Dan Davenport


"Newbeetle" wrote:

=IF(B2<60,"Fail",IF(AND(B260,B2<71),"Provisional" ,"pass"))

Change B2 to the cell your looking at.

"DWD" wrote:

I'm would like to have a cell display Pass, Conditional, or Fail depending on
a score in another cell. For example, if the score is below 60, display
Fail, between 60 and 70 display Provisional, 70, display Pass. I can get
pass/fail, but not the three responses.

Help???

Thanks
--
Dan Davenport

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
Check box - true/false - i'd like a third option n/a Kelly 1st Excel Discussion (Misc queries) 6 February 24th 10 01:23 PM
Return True/False to check duplicate items in a range with one for Tetsuya Oguma Excel Worksheet Functions 10 October 21st 06 03:20 AM
Boolean 0/1 instead of True/False Tony Excel Discussion (Misc queries) 10 May 29th 06 04:14 AM
Look up to return a true/false value WTG Excel Worksheet Functions 1 April 12th 06 04:14 PM
Want to change the color of a true/false logical statement with i. gregspainting Excel Worksheet Functions 2 February 19th 05 06:42 PM


All times are GMT +1. The time now is 08:03 PM.

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

About Us

"It's about Microsoft Excel"