Formula HELP!!! :)

R

rubenwm

I am trying to get the word "Successful" in a cell (B32) if another cell(B31)
results/number fall between two percentages of less than 95% and more than
92%.

I want B32 to show the word "Successful" if B31 results in a score between
92% and 94%. I guess the 94% must consider 94.9999999

Need ASAP. Thanks!!
 
T

T. Valko

If the first paragraph you say the range is 92 - 95%. In the second
paragraph you say the range is 92 - 94%.

Here's my best guess at what you want...

The range is greater than or equal to 92% but less than 95%.

=IF(AND(B31>=92%,B31<95%),"Successful","")
 
R

rubenwm

Hi Rusell,
First, thanks for helping me with the formula.
Second, I agree with you. Sorry. Didn't mean anything by using caps.
Thanks again.

Ruben
 
R

rubenwm

Thanks Biff.

T. Valko said:
If the first paragraph you say the range is 92 - 95%. In the second
paragraph you say the range is 92 - 94%.

Here's my best guess at what you want...

The range is greater than or equal to 92% but less than 95%.

=IF(AND(B31>=92%,B31<95%),"Successful","")

--
Biff
Microsoft Excel MVP





.
 

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

converting a text string into a formula? 3
Help on SUMIF 3
Please help with simple INDIRECT 2
Increment by 18 1
VLOOKUP 2
IF 1
How to create a formula that meets 2 different conditions... 2
Help with formula 3

Top