ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula to summarize data (https://www.excelbanter.com/excel-discussion-misc-queries/214304-formula-summarize-data.html)

tomhelle

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

Gord Dibben

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



KC Rippstein hotmail com>

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


tomhelle

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




RagDyeR

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







All times are GMT +1. The time now is 02:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com