Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
vibha
 
Posts: n/a
Default Auto sum Function

Hi,

Could you please let me know how can I insert autosum
function on a huge spreadsheet that has hundreds of
multiple records in Name column. I want the value to
return as Bill- in Jan had 106 calls, Feb had 16 and so
forth for all clients

Name Jan Feb Mar Apr May
Bill 14 8 71 11 28
Bill 29 4 18 93 26
Bill 63 4 12 65 11
Jack 15 8 63 12 9
John 12 5 14 23 19
John 4 7 1 29 23
Sam 9 4 7 13 11

Thanks

  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

use a Pivot Table. See

http://peltiertech.com/Excel/Pivots/pivotstart.htm


In article ,
"vibha" wrote:

Hi,

Could you please let me know how can I insert autosum
function on a huge spreadsheet that has hundreds of
multiple records in Name column. I want the value to
return as Bill- in Jan had 106 calls, Feb had 16 and so
forth for all clients

Name Jan Feb Mar Apr May
Bill 14 8 71 11 28
Bill 29 4 18 93 26
Bill 63 4 12 65 11
Jack 15 8 63 12 9
John 12 5 14 23 19
John 4 7 1 29 23
Sam 9 4 7 13 11

Thanks

  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can use sumif or sumproduct, I would personally use multiple sumif like

=SUMIF($A$2:$A$100,"Bill",B$2:B$100)

then copy across to cover all months then sum the line of sumif

or use

=SUMPRODUCT(($A$2:$A$100="Bill")*(B2:F100))


replace Bill with a cell where you put in the names

Regards,

Peo Sjoblom

"vibha" wrote:

Hi,

Could you please let me know how can I insert autosum
function on a huge spreadsheet that has hundreds of
multiple records in Name column. I want the value to
return as Bill- in Jan had 106 calls, Feb had 16 and so
forth for all clients

Name Jan Feb Mar Apr May
Bill 14 8 71 11 28
Bill 29 4 18 93 26
Bill 63 4 12 65 11
Jack 15 8 63 12 9
John 12 5 14 23 19
John 4 7 1 29 23
Sam 9 4 7 13 11

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
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
excel links update not working in auto, calculations in auto Mikey Boy Excel Worksheet Functions 0 December 7th 04 11:53 PM
Is there a way to have a function auto correct words in ALL CAPS . Kelly Seale Excel Worksheet Functions 2 November 18th 04 09:05 PM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM


All times are GMT +1. The time now is 09:25 AM.

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"