Function Argument Question

W

WAR

I'm having a brain freeze and cannot come up with the formula to express the
following:

If A1 is greater than 0 but less than 3, return 50,

If A1 is greater than 3 but less than 6, return 100,

If A1 is great than 6, return 200.

I was looking for a "between" function like in formatting, but I don't think
that is how it's done.

Thanks in advance for any help!
 
W

WAR

Thanks, Judith!

I think you typed in an error though, should it say "A1>="? I took out the
"=" and it worked.

Wayne
 
D

Dana DeLouis

Hi. Just to mention...
If A1 is greater than 0 but less than 3, return 50,

A1 of zero, or -2 also return 50.
A1 <=0 was not specified.

Just thought I'd mention it. :>)
= = = = = =
HTH :>)
Dana DeLouis
 
J

Jim Thomlinson

You did not specify what to do if the answer was exactly 6. Less than 6 =
100. Greater than 6 = 200. Judith did not make a mistake.
 

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