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 / New Users / April 2008

Tip: Looking for answers? Try searching our database.

Simple (I bet) Newbie question...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Edward - 29 Apr 2008 20:19 GMT
I hope this is possible to have happen all in 1 formula

How can i compose a formula that would acheive the following:

If the number in J5 is at least 10,000 but up to 24,999 then multiply cell
I5 X B5
If the number in J5 is at least 25,000 but up to 49,999 then multiply cell
I5 X C5
If the number in J5 is at least 50,000 but up to 99,999 then multiply cell
I5 X D5
If the number in J5 is over 100,000 or above then multiply cell I5 X E5
If the number in J5 is UNDER 10,000 then display "Under Min" (or something
like it)

Thanks for reading!!
Per Jessen - 29 Apr 2008 20:43 GMT
Hi

The formula should be entered as one line!

=IF(J5<10000,"Under
Min",IF(J5<25000,I5*B5,IF(J5<50000,I5*C5,IF(J5<100000,I5*D5,I5*E5))))

Best regards,
Per

>I hope this is possible to have happen all in 1 formula
>
[quoted text clipped - 11 lines]
>
> Thanks for reading!!
Edward - 29 Apr 2008 21:08 GMT
Thank You So Much!!!!

> Hi
>
[quoted text clipped - 21 lines]
>>
>> Thanks for reading!!
 
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.