#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Range of values

It there any way I can summarize the range of values from a column. The
column contains manny repeats of values, let say car brand etc I want to
summarize the totals per brand at the bottom. I am using the sumif functions
to get the total numbers but how can I automatically show all the brands of
the sheet.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default Range of values

one way would be to select a column with the brands
then (Excel 2003) Data-Filter-Advanced Filter-Copy to other
location (define yr criteria range)-Select Unique records only

HIH

On 7 Maj, 10:52, willemeulen
wrote:
It there any way I can summarize the range of values from a column. The
column contains manny repeats of values, let say car brand etc I want to
summarize the totals per brand at the bottom. I am using the sumif functions
to get the total numbers but how can I automatically show all the brands of
the sheet.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Range of values

Understand what youre saying but this will be manual, my goal is to automate
it so the sheet automatically gives the user a summary of the sheet. Like the
example; unique brands and amounts sold. The original column must remain.


"Jarek Kujawa" wrote:

one way would be to select a column with the brands
then (Excel 2003) Data-Filter-Advanced Filter-Copy to other
location (define yr criteria range)-Select Unique records only

HIH

On 7 Maj, 10:52, willemeulen
wrote:
It there any way I can summarize the range of values from a column. The
column contains manny repeats of values, let say car brand etc I want to
summarize the totals per brand at the bottom. I am using the sumif functions
to get the total numbers but how can I automatically show all the brands of
the sheet.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Range of values

Hi,
Create a summary sheet, Let's assume your information is in sheet1, create
another tab called Summary, and in column A enter the brands starting in row
1. I suppose that in Sheet 1 the brands are in column A and the total sold is
in Column B, so in column B from the summary sheet enter the formula as follow

=sumproduct(--(a1=sheet1!a:a),sheet1!b:b)

If you are not using excel 2007 enter the formula as follow

=sumproduct(--(a1=sheet1!$a$1:$a$1000),sheet1!$b$1:$b$1000)

Hope this help


"willemeulen" wrote:

Understand what youre saying but this will be manual, my goal is to automate
it so the sheet automatically gives the user a summary of the sheet. Like the
example; unique brands and amounts sold. The original column must remain.


"Jarek Kujawa" wrote:

one way would be to select a column with the brands
then (Excel 2003) Data-Filter-Advanced Filter-Copy to other
location (define yr criteria range)-Select Unique records only

HIH

On 7 Maj, 10:52, willemeulen
wrote:
It there any way I can summarize the range of values from a column. The
column contains manny repeats of values, let say car brand etc I want to
summarize the totals per brand at the bottom. I am using the sumif functions
to get the total numbers but how can I automatically show all the brands of
the sheet.



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
Cond. Format Data Bars of range based on values of another range alexmo Excel Worksheet Functions 4 January 16th 09 04:03 AM
Sum values in columns based on values in named range Mikael Andersson Excel Worksheet Functions 10 November 12th 08 09:37 AM
Find a range of values in a range of cells Jack Taylor Excel Worksheet Functions 20 November 25th 06 01:26 PM
Find dates in a range; then sum values in that range by a criteria Anders Excel Discussion (Misc queries) 4 October 21st 05 03:41 PM


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