Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Sum a column where the cells are based on calculation. HELP

Hi,

Need help in creating a sum for a column.
The column is a result of a calculation. The C3 cell has a date in it
showing when the person became a member. The Cell next to it shows the
result of the calculation in years and months.

the calculation works fine fore what I need. It is as follows:
=IF(D3="","",DATEDIF(D3,TODAY(),"Y")&"."&DATEDIF(D 3,TODAY(),"YM"))

Now what I want to do is to sum the column that is the result of the
calculation. Showing in years and months, the total time they have been
members, Average the sum of members,

Can anyone help me do this. I have been playing around with the sum
function but I am doing something wrong.

Thanks
blpen
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default Sum a column where the cells are based on calculation. HELP

An array formula will do it.

{=SUM(VALUE(E3:E23))}
Type the formula without the braces and hit Ctrl+Shift+Enter. Excel will put
the braces around the formula.

Mike F

"blpen" wrote in message
...
Hi,

Need help in creating a sum for a column.
The column is a result of a calculation. The C3 cell has a date in it
showing when the person became a member. The Cell next to it shows the
result of the calculation in years and months.

the calculation works fine fore what I need. It is as follows:
=IF(D3="","",DATEDIF(D3,TODAY(),"Y")&"."&DATEDIF(D 3,TODAY(),"YM"))

Now what I want to do is to sum the column that is the result of the
calculation. Showing in years and months, the total time they have been
members, Average the sum of members,

Can anyone help me do this. I have been playing around with the sum
function but I am doing something wrong.

Thanks
blpen



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
I need to do a calculation based on the values in two cells NakesGP Excel Worksheet Functions 2 August 23rd 09 10:33 PM
Display cells(text) in one column based on cells which are present inother column [email protected] Excel Discussion (Misc queries) 1 May 12th 08 01:40 PM
Calculation based on entry into one of 2 cells [email protected] Excel Programming 0 July 17th 07 11:18 PM
calculation based on row and column values AmyTaylor[_11_] Excel Programming 1 July 19th 05 07:31 PM
Populating cells based on calculation Chris Excel Worksheet Functions 0 November 8th 04 01:22 PM


All times are GMT +1. The time now is 08:26 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"