PC Review


Reply
Thread Tools Rate Thread

Assigning payment formulas to dates

 
 
alancunn
Guest
Posts: n/a
 
      21st Jun 2007
After 20 years of manually assigning payment formulas to dates in my
cash forecasting models (it only has to be done once a year), I am
tantalisingly close to doing it by function. In my test case, the 12
monthly paydates are in DC25C36 and the amounts are in DD25D36.
The days of the year are in DE25E389. The array formula
{=IF(DE25=(DC$25C$36),DD$25D$36,0)} works for any paydate in
January, but not beyond; I just get 0's. =VLOOKUP(DE25,$DC$25:$DD
$36,2,FALSE) works for the whole year, BUT gives me $N/A errors in all
non-paydates which screws up cross-summing. Thanks, Alan Cunningham

 
Reply With Quote
 
 
 
 
Vasant Nanavati
Guest
Posts: n/a
 
      21st Jun 2007
Not sure I understand, but try:

=IF(ISNA(VLOOKUP(DE25,$DC$25:$DD$36,2,FALSE)),0,VLOOKUP(DE25,$DC$25:$DD$36,2,FALSE))
______________________________________________________________________


"alancunn" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> After 20 years of manually assigning payment formulas to dates in my
> cash forecasting models (it only has to be done once a year), I am
> tantalisingly close to doing it by function. In my test case, the 12
> monthly paydates are in DC25C36 and the amounts are in DD25D36.
> The days of the year are in DE25E389. The array formula
> {=IF(DE25=(DC$25C$36),DD$25D$36,0)} works for any paydate in
> January, but not beyond; I just get 0's. =VLOOKUP(DE25,$DC$25:$DD
> $36,2,FALSE) works for the whole year, BUT gives me $N/A errors in all
> non-paydates which screws up cross-summing. Thanks, Alan Cunningham
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get several payment dates aceavl via AccessMonster.com Microsoft Access Queries 2 21st Mar 2007 10:54 PM
How to set payment dates and frequency? =?Utf-8?B?cGhvb2V5?= Microsoft Excel Programming 1 19th Nov 2006 11:36 PM
Calculate Loan Payment Dates =?Utf-8?B?Vmlub2QgTWFoZW5kcmFrYXI=?= Microsoft Excel Worksheet Functions 1 28th May 2006 07:04 AM
i need monthly ledger that is catagorized by payment due dates =?Utf-8?B?ai5tYXJpZQ==?= Microsoft Excel New Users 1 1st Aug 2005 12:47 PM
Payment Dates =?Utf-8?B?QmlsbA==?= Microsoft Access VBA Modules 0 3rd Feb 2005 05:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:02 PM.