#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Still won't work

By: Loren In: microsoft.public.excel.misc


I have a value in Cell BF32 of 13.43 and want cell BR32 to show the following:
If BF32 = 0 then leave cell BR32 blank
If BF32 is less than 10 then BR32 should = GOOD
If BF32 is from 10 to 20 then BR32 should = FAIR
and If BF32 is greater than 20 then BR32 should = POOR
Here's what I have in cell BF32 -
=IF(BF32="","",IF(BF32<10,"GOOD",IF(BF3210<20,"FA IR","POOR"))) I can get
GOOG and POOR but not FAIR. What is wrong with my formula?

Here's what I typed in the cell now and it still won't work:

=IF(Q15="","",IF(Q15<10,"GOOD",IF(AND(Q1510,Q15<2 0,"FAIR","POOR"))))

--
Thanks, Loren

--
Thanks, Loren
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Still won't work

You AND function has been left open.

=IF(Q15="","",IF(Q15<10,"GOOD",IF(AND(Q1510,Q15<2 0),"FAIR","POOR")))

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Loren" wrote:

By: Loren In: microsoft.public.excel.misc


I have a value in Cell BF32 of 13.43 and want cell BR32 to show the following:
If BF32 = 0 then leave cell BR32 blank
If BF32 is less than 10 then BR32 should = GOOD
If BF32 is from 10 to 20 then BR32 should = FAIR
and If BF32 is greater than 20 then BR32 should = POOR
Here's what I have in cell BF32 -
=IF(BF32="","",IF(BF32<10,"GOOD",IF(BF3210<20,"FA IR","POOR"))) I can get
GOOG and POOR but not FAIR. What is wrong with my formula?

Here's what I typed in the cell now and it still won't work:

=IF(Q15="","",IF(Q15<10,"GOOD",IF(AND(Q1510,Q15<2 0,"FAIR","POOR"))))

--
Thanks, Loren

--
Thanks, Loren

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
extracting totals from 1 work sheet to another work work sheet cj Excel Discussion (Misc queries) 2 October 27th 07 10:54 PM
Counting dates in multiple work sheets and work books Savage Excel Discussion (Misc queries) 0 December 19th 05 11:41 PM
Is there away to keep "auto save" from jumping to the first work sheet in the work book? Marc New Users to Excel 2 April 21st 05 01:27 AM
simultaneously work in a work book with other users Sweets Excel Discussion (Misc queries) 1 April 18th 05 07:35 PM
Spin button in a work sheet - how do I make it work? [email protected] Excel Worksheet Functions 1 April 7th 05 08:43 PM


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

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"