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 / May 2008

Tip: Looking for answers? Try searching our database.

How to get the result with IF function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Leng - 08 May 2008 02:52 GMT
Hi,

Kindly advise how to get the result in return with the following condition

A            B
12          10

B value must be =>1 but =< 15 will be result A value, otherwise 0.

Thanks
T. Valko - 08 May 2008 03:06 GMT
Try this:

=AND(B1>=1,B1<=15)*A1

Signature

Biff
Microsoft Excel MVP

> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks
Dave - 08 May 2008 03:27 GMT
Hi,
Assuming A is Cell A1 and B is cell B1
=IF(AND(B1>=1,B1<=15),A1,0)
Regards - Dave

> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks
 
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.