Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Addition based on left column

How can I add the column on the right based on entries to the left? I want to
add up all Zuari Inds., Zydec Gentech, Zydus Wellness, Zylog Systems.

Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.04
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.01
Zuari Inds. 0
Zyden Gentec 2.09
Zyden Gentec 9.43
Zydus Wellness 61.42
Zydus Wellness 5.46
Zydus Wellness 61.42
Zydus Wellness 0.01
Zydus Wellness 0
Zydus Wellness 0.14
Zylog Systems 0.15
Zylog Systems 0.15
Zylog Systems 0.27
Zylog Systems 0.67
Zylog Systems 1.09

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Addition based on left column

Try SUMIF()

=SUMIF(A:A,"Zylog Systems",B:B)

If this post helps click Yes
---------------
Jacob Skaria


"Marc" wrote:

How can I add the column on the right based on entries to the left? I want to
add up all Zuari Inds., Zydec Gentech, Zydus Wellness, Zylog Systems.

Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.04
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.01
Zuari Inds. 0
Zyden Gentec 2.09
Zyden Gentec 9.43
Zydus Wellness 61.42
Zydus Wellness 5.46
Zydus Wellness 61.42
Zydus Wellness 0.01
Zydus Wellness 0
Zydus Wellness 0.14
Zylog Systems 0.15
Zylog Systems 0.15
Zylog Systems 0.27
Zylog Systems 0.67
Zylog Systems 1.09

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Addition based on left column

Try this...

=SUMIF(A:A,"Zuari Inds.",B:B)

Better to use cells to hold the criteria...

D1 = Zuari Inds.

=SUMIF(A:A,D1,B:B)

--
Biff
Microsoft Excel MVP


"Marc" wrote in message
...
How can I add the column on the right based on entries to the left? I want
to
add up all Zuari Inds., Zydec Gentech, Zydus Wellness, Zylog Systems.

Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.04
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.01
Zuari Inds. 0
Zyden Gentec 2.09
Zyden Gentec 9.43
Zydus Wellness 61.42
Zydus Wellness 5.46
Zydus Wellness 61.42
Zydus Wellness 0.01
Zydus Wellness 0
Zydus Wellness 0.14
Zylog Systems 0.15
Zylog Systems 0.15
Zylog Systems 0.27
Zylog Systems 0.67
Zylog Systems 1.09



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Addition based on left column

Thank You. But how do I get this in a new excel tab? I only want to see
something like this:

Zauri Inds (=sum from earlier sheet)
Zyden Gentech (=sum from earlier sheet)
Zydus Wellnes (=sum from earlier sheet)

Your formula works, but there are repeats. I only want one entry in a new
sheet.

"T. Valko" wrote:

Try this...

=SUMIF(A:A,"Zuari Inds.",B:B)

Better to use cells to hold the criteria...

D1 = Zuari Inds.

=SUMIF(A:A,D1,B:B)

--
Biff
Microsoft Excel MVP


"Marc" wrote in message
...
How can I add the column on the right based on entries to the left? I want
to
add up all Zuari Inds., Zydec Gentech, Zydus Wellness, Zylog Systems.

Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.04
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.01
Zuari Inds. 0
Zyden Gentec 2.09
Zyden Gentec 9.43
Zydus Wellness 61.42
Zydus Wellness 5.46
Zydus Wellness 61.42
Zydus Wellness 0.01
Zydus Wellness 0
Zydus Wellness 0.14
Zylog Systems 0.15
Zylog Systems 0.15
Zylog Systems 0.27
Zylog Systems 0.67
Zylog Systems 1.09



.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Addition based on left column

On a new tab, list the unique names then use the formula referring back to
the other sheet.

You can use the advanced filter to get the unique names. See this:

http://contextures.com/xladvfilter01.html#FilterUR

--
Biff
Microsoft Excel MVP


"Marc" wrote in message
...
Thank You. But how do I get this in a new excel tab? I only want to see
something like this:

Zauri Inds (=sum from earlier sheet)
Zyden Gentech (=sum from earlier sheet)
Zydus Wellnes (=sum from earlier sheet)

Your formula works, but there are repeats. I only want one entry in a new
sheet.

"T. Valko" wrote:

Try this...

=SUMIF(A:A,"Zuari Inds.",B:B)

Better to use cells to hold the criteria...

D1 = Zuari Inds.

=SUMIF(A:A,D1,B:B)

--
Biff
Microsoft Excel MVP


"Marc" wrote in message
...
How can I add the column on the right based on entries to the left? I
want
to
add up all Zuari Inds., Zydec Gentech, Zydus Wellness, Zylog Systems.

Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.04
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0
Zuari Inds. 0.01
Zuari Inds. 0
Zyden Gentec 2.09
Zyden Gentec 9.43
Zydus Wellness 61.42
Zydus Wellness 5.46
Zydus Wellness 61.42
Zydus Wellness 0.01
Zydus Wellness 0
Zydus Wellness 0.14
Zylog Systems 0.15
Zylog Systems 0.15
Zylog Systems 0.27
Zylog Systems 0.67
Zylog Systems 1.09



.





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
Month based data addition to worksheet Brian Excel Worksheet Functions 1 April 28th 08 05:21 PM
Selective addition based on criteria Randy L Excel Discussion (Misc queries) 3 January 23rd 07 05:51 PM
Column labels run right to left, not left to right tmassey Excel Discussion (Misc queries) 1 November 10th 06 11:03 AM
Excel addition of column LSP Marg New Users to Excel 1 May 11th 06 12:27 PM
column addition question D Excel Worksheet Functions 1 February 19th 06 11:50 PM


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