Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
Debby Bunce
 
Posts: n/a
Default subtotal function

To all experts,

Please could you help me

i have a list of people( more than 1 entry for the same person) in column a
and and a number in column b

i can get excel to do the subtotal function

i need to copy the subtotaled data to another part of my spreadsheet but one
thing is annoying is that it says

A.SMITH SUBTOTAL 999

how do i remove the word subtotal from the cell but still keeping the
persons name


hope anyone can help



thanks in advance



steve


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
Dave Peterson
 
Posts: n/a
Default subtotal function

After you copy and paste

Select that column (columns) and do:
Edit|Replace
what: _subtotal (_ represents a space character)
with: (leave blank)
replace all



Debby Bunce wrote:

To all experts,

Please could you help me

i have a list of people( more than 1 entry for the same person) in column a
and and a number in column b

i can get excel to do the subtotal function

i need to copy the subtotaled data to another part of my spreadsheet but one
thing is annoying is that it says

A.SMITH SUBTOTAL 999

how do i remove the word subtotal from the cell but still keeping the
persons name

hope anyone can help

thanks in advance

steve


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
Mark Lincoln
 
Posts: n/a
Default subtotal function

You can use SUMIF:

=SUMIF(A1:A11,"A.SMITH",B1:B11)

This assumes the names are in A1 through A11 (and are always entered in
the same way) and the corresponding numbers are in B1 through B11.

You can put "A.SMITH" in a cell and refer to it in the formula:

=SUMIF(A1:A11,C17,B1:B11)

Where the name you wish to subtotal has been entered in cell C17.

If you want the name and subtotal in the same cell, do this:

="A.SMITH "&SUMIF(A1:A11,"A.SMITH",B1:B11)

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
Cannot Reference "Array" in Subtotal Function Jhcorsair Excel Worksheet Functions 0 January 7th 06 11:28 PM
Nested --- Subtotal IF function Lisa Beach Excel Worksheet Functions 3 November 23rd 05 07:58 PM
Subtotal function with Filtered Data RonB Excel Discussion (Misc queries) 3 August 12th 05 10:04 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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