I am trying to calculate using formulas a due date in excel
Invoice date is: 01.12.2009 and the terms of payment is 30 days.
What is the formula to reach the due date?
I tried invoice date + 30 days but then I get a cell which has the message "value"
+ Reply to Thread
Results 1 to 12 of 12
-
-
Check that your InvoiceDate and formula cell are both formatted as Date and not as General (that date example with multiple dots may be getting treated as a string)
Maybe use CUSTOM format and enter dd.MM.yyyy as the mask
Trevor -
I'm working in Office 2003 (with UK settings) but this should work in most versions
First format the cell with invoice date as a date (CTRL-1 on cell) enter date as 01/12/09
In the Due date you need to simply add 30 to the Invoice date again you may need to format the cell as a date
and it's as simple as that
Hope this helps
M -
Originally Posted by guns1inger
-
I managed something here but I have problem with one of the cells:
The result are market with pink, which indicates that it's bad... -
Ok, I managed somehow
How do I calculate the no. of days overdue with E function?
How about the age of invoice? -
Originally Posted by guns1inger
How do I calculate the no. of days overdue with IF function? -
Sounds like you want Overdue to show only when it's ACTUALLY overdue.
Days OverDue =IF(INT(TODAY() - E6)>0,INT(TODAY() - E6), "")
Trevor
Similar Threads
-
Help with an IF/THEN formula in EXCEL
By Rudyard in forum ComputerReplies: 4Last Post: 13th Sep 2011, 01:53 -
Excel 07 vs Excel 03
By jyeh74 in forum ComputerReplies: 4Last Post: 1st Sep 2011, 18:22 -
Sharepoint excel services
By jyeh74 in forum ComputerReplies: 0Last Post: 13th Jan 2010, 16:00 -
How to activate macro's in Excel 2007 with a spreadsheet from Excel 97
By blinky88 in forum ComputerReplies: 3Last Post: 11th Feb 2009, 11:21 -
rounding up or down in EXCEL
By jyeh74 in forum ComputerReplies: 7Last Post: 19th Nov 2007, 02:32