LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
Atticus
 
Posts: n/a
Default More than 7 IF statements

I am creating a revenue schedule for an item. The total payment is received
over a period of 24 months in 10 installments, each of variable amounts, paid
on variable times, starting from the date of sale (variable again!!!). All
the items are being sold over a 10 years period. I want to be able to
calculate monthly payments (for 10 years or 120 months).

This is how I was doing it for 5 installments:

=IF(Month 1<Sale Date,"", IF(DATEDIF(Sale Date,Month 1,"m")=FI time, FI
amount, IF(DATEDIF(Sale Date,Month 1,"m")= SI time, SI amount,
IF(DATEDIF(Sale Date,Month 1,"m")=TI time, TI amount,IF(DATEDIF(Sale
Date,Month 1,"m")=FoI time, FoI amount, IF(DATEDIF(Sale Date,Month 1,"m")=FiI
time, FiI amount))))))

where,
FI: First Installment
SI: Second Installment
TI: Third Installment
FoI: Fourth Installment
FiI: Fifth Installment

The above formula is used for 120 months i.e. from Month 1 to Month 120.

Now my problem is that I can't use the same formula for 10 installments.
Can somebody help me please?
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel MS Query multiple select statements Revenger Excel Discussion (Misc queries) 3 May 12th 06 12:32 PM
UDFunctions and nested If-the-else statements JDB Excel Worksheet Functions 1 January 25th 06 03:29 PM
"IF Statements in Microsoft Excel Kathy Excel Discussion (Misc queries) 5 December 5th 05 05:02 PM
Linking two IF statements together trixma Excel Discussion (Misc queries) 2 September 29th 05 06:07 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM


All times are GMT +1. The time now is 11:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"