![]() |
|
|
|
#1
|
|||
|
|||
|
why do you want to add, say: 1.40, which is january 1940, to 3.59, which is march-1959?? the sum wil give 3.99 (march 1999) which is unusable...
Maybe you want to add the number of month only? not years... place this formula in E1, and copy it to the last row =IF(ISERR(MONTH(D1));0;MONTH(D1)) to extract the number of month from date and sum =SUM(E1:E28) in E29 will give you the result of 35 total number of month for the sample posted |
|
#2
|
|||
|
|||
|
Quote:
you are mistaken i want add d column values in my excel sheet 6.50+3.50+2.00+3.00=15.00 answer 6.50 0-00 6.50 3.50 0-00 3.50 2.00 0-00 2.00 3.00 0-00 3.00 total 15.00 |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
word column
|
irmorteza | Word | 2 | 07-05-2011 02:40 AM |
Need to search a column for a macth and return a result from a third column
|
pdfaust | Excel | 2 | 02-03-2011 03:02 PM |
| Column/row reversing in excel | pban92 | Excel | 2 | 01-26-2011 12:00 PM |
From Excel column to coma
|
saatfj | Excel | 2 | 04-15-2010 09:59 PM |
Graphing in Excel - one plot many columns/pick one column
|
jerryjaysr | Excel | 4 | 06-29-2006 07:27 AM |