3 Different Values

L

Loren

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(BF32>10<20,"FAIR","POOR"))) I can get
GOOG and POOR but not FAIR. What is wrong with my formula?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top