Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

If between function...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
killertofu - 17 Aug 2006 02:19 GMT
I am trying to figure out if there is a non-macro function that I can
write for this scenario:

If A1 is greater than 10 and less than 50, return YES.

Here's what I had, but it always returns false:
=IF(A1>10 & A1<=50,"YES","NO")

Thanks peeps.  All help is welcome!

Signature

killertofu

Franz Verga - 17 Aug 2006 02:32 GMT
> I am trying to figure out if there is a non-macro function that I can
> write for this scenario:
[quoted text clipped - 5 lines]
>
> Thanks peeps.  All help is welcome!

Try this way:

=IF(AND(A1>10,A1<=50),"YES","NO")

Signature

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy

Franz Verga - 17 Aug 2006 02:40 GMT
>> I am trying to figure out if there is a non-macro function that I can
>> write for this scenario:
[quoted text clipped - 9 lines]
>
> =IF(AND(A1>10,A1<=50),"YES","NO")

Also

=IF((A1>10)*(A1<=50),"YES","NO")

Signature

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy

killertofu - 18 Aug 2006 00:07 GMT
Thank you very much!

Signature

killertofu

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.