Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Formula to summarize data

I have a list of materials in column A. Some of the materials repeat in
various rows. I want to formula to summarize the list into a condensed list
of materials.

Many thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Formula to summarize data

DataFilterAdvanced Filter.

Copy "unique records only" to another place.


Gord Dibben MS Excel MVP

On Fri, 19 Dec 2008 15:38:03 -0800, tomhelle
wrote:

I have a list of materials in column A. Some of the materials repeat in
various rows. I want to formula to summarize the list into a condensed list
of materials.

Many thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Formula to summarize data

Run a pivot table to get a list of all unique entries from Column A.
--
Please remember to indicate when the post is answered so others can benefit
from it later.


"tomhelle" wrote:

I have a list of materials in column A. Some of the materials repeat in
various rows. I want to formula to summarize the list into a condensed list
of materials.

Many thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Formula to summarize data

I should have mentioned that I want a formula that would automatically update
the summarized list. I need a solution that would be totally transparent to
the user.

Thanks

"Gord Dibben" wrote:

DataFilterAdvanced Filter.

Copy "unique records only" to another place.


Gord Dibben MS Excel MVP

On Fri, 19 Dec 2008 15:38:03 -0800, tomhelle
wrote:

I have a list of materials in column A. Some of the materials repeat in
various rows. I want to formula to summarize the list into a condensed list
of materials.

Many thanks in advance



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Formula to summarize data

Say you anticipate the range of A1 to A200 will eventually be used for this
materials list, and you're looking to make a unique list in Column B.

In B1 enter:
=A1

In B2 enter this *array* formula:

=IF(ISERROR(MATCH(0,COUNTIF(B$1:B1,$A$1:$A$200&"") ,0)),"",INDEX(IF(ISBLANK(
$A$1:$A$200),"",$A$1:$A$200),MATCH(0,COUNTIF(B$1:B 1,$A$1:$A$200&""),0)))

--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead of
the regular <Enter, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually. Also, you must use CSE when
revising the formula.

*After* the CSE entry, copy down as far as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"tomhelle" wrote in message
...
I should have mentioned that I want a formula that would automatically
update
the summarized list. I need a solution that would be totally transparent
to
the user.

Thanks

"Gord Dibben" wrote:

DataFilterAdvanced Filter.

Copy "unique records only" to another place.


Gord Dibben MS Excel MVP

On Fri, 19 Dec 2008 15:38:03 -0800, tomhelle
wrote:

I have a list of materials in column A. Some of the materials repeat in
various rows. I want to formula to summarize the list into a condensed
list
of materials.

Many thanks in advance





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 to summarize data and deduct on second sheet? (Formula) joromajr Excel Discussion (Misc queries) 2 July 20th 08 03:57 PM
Looking for a way to summarize data? Rich Excel Worksheet Functions 0 September 19th 06 06:05 PM
Need help creating a formula to summarize data! Dorn Excel Worksheet Functions 6 November 11th 05 08:19 PM
Summarize data blstone New Users to Excel 1 May 11th 05 10:18 PM
Summarize Data Set Jim Excel Worksheet Functions 6 April 7th 05 03:46 PM


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