[mso] excel Question

  • From: "treum" <treum@xxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Mon, 9 May 2005 22:35:11 -0500

When I enter an amount above 499999 it continues to evaluate based on the
first set of conditions/Nest IF statements. I also need to add additional
Nested IF's to account for any volume above 1,500,000. However, according to
what I have read, excel is limited to 7 nested IF conditions. Did I miss
something? Any help would be greatly appreciated.
Thank you in advance,
Gary R.
 
=IF(AND(A1<=499999,B1<=9),0.004*A1+2500,IF(AND(B1>=10,B1<=19),0.004*A1+3000,
IF(AND(B1>=20),0.004*A1+3500,IF(AND(A1>=500000,A1<=1499999,B1<=9),0.005*A1+2
500,IF(AND(B1>=10,B1<=19),0.005*A1+3000,IF(AND(B1>=20),0.005*A1+3500))))))
 
 
 
 

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: