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

Tip: Looking for answers? Try searching our database.

IF formula help part two

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
IF function incompetent - 12 Feb 2008 16:48 GMT
I am trying to do a similar thing but my values are different.

>>> The idea is that if J16 equals 0, then G11 will show 0
>>> If J16 is greater than 0 and less than 1, then G11 will show 0
>>> If J16 is equal to 1 but less than 2, then G11 will show 1.5
>>> If J16 is equal to 2 but less than 3, then G11 will show 1.75
>>> If J16 is equal to 3 but less than 4, then G11 will show 2
>>> If J16 is equal to 4 but less than 5, then G11 will show 2.5

Can someone help me with this one?? :(
Ron Rosenfeld - 12 Feb 2008 17:26 GMT
>I am trying to do a similar thing but my values are different.
>
[quoted text clipped - 6 lines]
>
>Can someone help me with this one?? :(

IT will be easier to use VLOOKUP.  Then you can set your values/equivalences to
whatever you want.
--ron
Mike H - 12 Feb 2008 18:01 GMT
possibly

=IF(J16<0,"",CHOOSE(MIN(J16+1,6),0,1.5,1.7,2,2.5,""))

Mike

> I am trying to do a similar thing but my values are different.
>
[quoted text clipped - 6 lines]
>
> Can someone help me with this one?? :(
 
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.