Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When I type this into the cell, an error message stating that there are too
many arguments is returned to me. "Ron Coderre" wrote: See if this example is gets you pointed in the right direction: A1: DueDate B1: InvAmt C1: 30_Days D1: 60_Days E1: 90_Days F1: Over_90 A2: (some date) B2: (an invoice amount) C2: =IF(TRUNC(($A2-TODAY())/30)=0,$B2,"") D2: =IF(TRUNC(($A2-TODAY())/30)=1,$B2,"") E2: =IF(TRUNC(($A2-TODAY())/30)=2,$B2,"") F2: =IF(TRUNC(($A2-TODAY())/30)=3,$B2,"") (copy the formulas in C2 thru F2 down as far as you need) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "PSikes" wrote: Hi, I'm trying to create an Accounts Receivable "aging report", using Excel 2003. I've got a field (a date field), that provides the date of invoice. I'd like then to add 30, 60, or 90 days from that date, and call that the "Due Date" for payment in another column. Thanks, Peter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Aging Report | Excel Worksheet Functions | |||
Creating excel report from DB2 table | Links and Linking in Excel | |||
Linking worksheets after runnning report | Excel Discussion (Misc queries) | |||
Microsoft Access Report into Excel Spreadsheet | Excel Discussion (Misc queries) | |||
30 Day Aging Report Using Conditional Formating | Excel Worksheet Functions |