Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Assigning payment formulas to dates

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 DC25:DC36 and the amounts are in DD25:DD36.
The days of the year are in DE25:DE389. The array formula
{=IF(DE25=(DC$25:DC$36),DD$25:DD$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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,080
Default Assigning payment formulas to dates

Not sure I understand, but try:

=IF(ISNA(VLOOKUP(DE25,$DC$25:$DD$36,2,FALSE)),0,VL OOKUP(DE25,$DC$25:$DD$36,2,FALSE))
__________________________________________________ ____________________


"alancunn" wrote in message
oups.com...
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 DC25:DC36 and the amounts are in DD25:DD36.
The days of the year are in DE25:DE389. The array formula
{=IF(DE25=(DC$25:DC$36),DD$25:DD$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
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
Calculating Social Security Payment Dates Ron Excel Discussion (Misc queries) 3 August 31st 06 01:13 AM
Assigning consecutive dates Brooke Excel Worksheet Functions 14 August 14th 06 10:45 PM
Calculate Loan Payment Dates Vinod Mahendrakar Excel Worksheet Functions 1 May 28th 06 07:04 AM
make a weekly payment chart with running dates christmas saving club Excel Discussion (Misc queries) 0 February 20th 06 07:40 PM
i need monthly ledger that is catagorized by payment due dates j.marie New Users to Excel 1 August 1st 05 12:47 PM


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

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

About Us

"It's about Microsoft Excel"