Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Add data in a column

Hi,
I have found some functions similar to what i need but nothing that hits the
spot and would appreciate any help.
I have data in a number of sheets which contains date references and data
entries associated. All sheets are a standardisd layout.
Col F Col G
2004 2.4
2005 2.5
2005 3.5
2004 12.6
2005 16.5
2004 21
2006 15
I would like to create a formula which adds up the data by year for each
diferent year ie.
2004 2.4, 2004 12.6, 2004 21
2005 2.5, 2005 3.5, 2005 16.6
2006 15
Which i can then extract into another sheet

I look froward to any response.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Add data in a column

Try this

=SUMIF(F1:F20,2004,G1:G20)

Mike

"MarkW1307" wrote:

Hi,
I have found some functions similar to what i need but nothing that hits the
spot and would appreciate any help.
I have data in a number of sheets which contains date references and data
entries associated. All sheets are a standardisd layout.
Col F Col G
2004 2.4
2005 2.5
2005 3.5
2004 12.6
2005 16.5
2004 21
2006 15
I would like to create a formula which adds up the data by year for each
diferent year ie.
2004 2.4, 2004 12.6, 2004 21
2005 2.5, 2005 3.5, 2005 16.6
2006 15
Which i can then extract into another sheet

I look froward to any response.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Add data in a column

Thanks Mike, this works great.

"Mike H" wrote:

Try this

=SUMIF(F1:F20,2004,G1:G20)

Mike

"MarkW1307" wrote:

Hi,
I have found some functions similar to what i need but nothing that hits the
spot and would appreciate any help.
I have data in a number of sheets which contains date references and data
entries associated. All sheets are a standardisd layout.
Col F Col G
2004 2.4
2005 2.5
2005 3.5
2004 12.6
2005 16.5
2004 21
2006 15
I would like to create a formula which adds up the data by year for each
diferent year ie.
2004 2.4, 2004 12.6, 2004 21
2005 2.5, 2005 3.5, 2005 16.6
2006 15
Which i can then extract into another sheet

I look froward to any response.
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Add data in a column

Your welcome

"MarkW1307" wrote:

Thanks Mike, this works great.

"Mike H" wrote:

Try this

=SUMIF(F1:F20,2004,G1:G20)

Mike

"MarkW1307" wrote:

Hi,
I have found some functions similar to what i need but nothing that hits the
spot and would appreciate any help.
I have data in a number of sheets which contains date references and data
entries associated. All sheets are a standardisd layout.
Col F Col G
2004 2.4
2005 2.5
2005 3.5
2004 12.6
2005 16.5
2004 21
2006 15
I would like to create a formula which adds up the data by year for each
diferent year ie.
2004 2.4, 2004 12.6, 2004 21
2005 2.5, 2005 3.5, 2005 16.6
2006 15
Which i can then extract into another sheet

I look froward to any response.
Thanks

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
How do I sort data in column B to align with data in column A? Jephri1 New Users to Excel 1 April 18th 08 05:05 AM
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look [email protected] Excel Discussion (Misc queries) 1 December 27th 06 05:47 PM
counting data in one column and match with data in another column jenny Excel Discussion (Misc queries) 1 October 26th 06 09:16 PM
If data in one column, take date, add 2 days, and turn the entire column a color... [email protected] Excel Discussion (Misc queries) 6 August 24th 06 03:58 AM
Matching one column against another column of data to show the same amount of data. dodat Excel Worksheet Functions 0 December 30th 05 06:19 PM


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