Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default complex excel situation

I need excel to take the date in column B and the percentage in column L and
add the percentages for each month and separate the sum by month. I then
need to create a line chart to reflect the data.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default complex excel situation

hi garrentinil

use

=sumproduct(--(month(b2:b1000)=1,l2:l1000) for Jan
=sumproduct(--(month(b2:b1000)=2,l2:l1000) for Fev
....
=sumproduct(--(month(b2:b1000)=12,l2:l1000) for Dec

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"garrettinil" escreveu:

I need excel to take the date in column B and the percentage in column L and
add the percentages for each month and separate the sum by month. I then
need to create a line chart to reflect the data.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 176
Default complex excel situation

Assume your month values are located in column M, place this in column N (for
example) and drag down. Then create your line chart on the resulting data.

=SUMPRODUCT(--(MONTH(B1:B100)=M1),L1:L100)

--
Regards,
Dave


"garrettinil" wrote:

I need excel to take the date in column B and the percentage in column L and
add the percentages for each month and separate the sum by month. I then
need to create a line chart to reflect the data.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default complex excel situation

let me try to show what i'm doing:
COLUMNS
B L T V
Date % Month Total Accumulated Total
2/8/06 10 Jan - 0 0
2/28/06 10 Feb - 20 20
4/12/06 18 Mar - 0 0
4/31/06 38 Apl - 56 76
_________________

I need the formula for Columns T & V.

Thanks,

"David Billigmeier" wrote:

Assume your month values are located in column M, place this in column N (for
example) and drag down. Then create your line chart on the resulting data.

=SUMPRODUCT(--(MONTH(B1:B100)=M1),L1:L100)

--
Regards,
Dave


"garrettinil" wrote:

I need excel to take the date in column B and the percentage in column L and
add the percentages for each month and separate the sum by month. I then
need to create a line chart to reflect the data.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default complex excel situation

on column V

V2 ="Jan - "&sumproduct(--(month(B1:b100)=1),(l1:l100))
v3 ="Feb - "&sumproduct(--(month(B1:b100)=2),(l1:l100))
etc

on Colum T

T2 =right(v2,len(v2)-find("-",v2)))+0
T3 =right(v2,len(v2)-find("-",v2)))+v2
copy it down



--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"garrettinil" escreveu:

let me try to show what i'm doing:
COLUMNS
B L T V
Date % Month Total Accumulated Total
2/8/06 10 Jan - 0 0
2/28/06 10 Feb - 20 20
4/12/06 18 Mar - 0 0
4/31/06 38 Apl - 56 76
_________________

I need the formula for Columns T & V.

Thanks,

"David Billigmeier" wrote:

Assume your month values are located in column M, place this in column N (for
example) and drag down. Then create your line chart on the resulting data.

=SUMPRODUCT(--(MONTH(B1:B100)=M1),L1:L100)

--
Regards,
Dave


"garrettinil" wrote:

I need excel to take the date in column B and the percentage in column L and
add the percentages for each month and separate the sum by month. I then
need to create a line chart to reflect the data.

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
unhide menu bar in excel - just disappeared Sean Setting up and Configuration of Excel 12 April 4th 23 10:19 AM
Extract MS Excel Data embedded in MS Word qualityprocess Excel Discussion (Misc queries) 0 April 20th 06 05:52 PM
complex excel formula Array how do I convert it to a vba Function Rob Excel Worksheet Functions 1 April 10th 06 07:06 PM
Sharing read-write Excel 2003 files ttt8262 Excel Discussion (Misc queries) 0 April 1st 06 09:39 PM
Complex calculation and manipulation in Excel Dedren New Users to Excel 1 January 13th 06 10:05 PM


All times are GMT +1. The time now is 08:41 PM.

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

About Us

"It's about Microsoft Excel"