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 / September 2007

Tip: Looking for answers? Try searching our database.

Help with IF

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kinsey - 30 Sep 2007 08:41 GMT
I've used the following to calculate a  multiplied unit cost per kilo with a
minimum charge of 194.

=IF(B2<100,194,B2*1.94)

Now I want to allow a lower charge of 1.84 for multiples over 999
in the same cell. I've tried (guessed!!) the following but to no avail.

=IF({b2<100,194,b2*1.94},{b2>999,b2*1.84})

Would appreciate any suggestions

Signature

kinsey

Bob Phillips - 30 Sep 2007 09:12 GMT
This assumes that 1000 would be 1840

=IF(B2<100,194,IF(B2>999,B2*1.84,B2*1.94))

as against 999 @ 1.94 and the rest at 1.84

Signature

HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

> I've used the following to calculate a  multiplied unit cost per kilo with
> a
[quoted text clipped - 8 lines]
>
> Would appreciate any suggestions
kinsey - 30 Sep 2007 09:28 GMT
Bob, this works well.  Many thanks!
Signature

kinsey

> This assumes that 1000 would be 1840
>
[quoted text clipped - 14 lines]
> >
> > Would appreciate any suggestions

Rate this thread:






 
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.