A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Adding data from multiple cell and linking to a new worksheet



 
 
Thread Tools Display Modes
  #1  
Old April 29th, 2010, 07:34 AM posted to microsoft.public.excel.worksheet.functions
Rashmi
external usenet poster
 
Posts: 1
Default Adding data from multiple cell and linking to a new worksheet

I have data in a sheet with names and amounts due. Like

A 500
B 300
A 600
B 300
C 400
C 200

There is a second sheet named summary. I want the totals of each person to
appear in the summary sheet. These should be linked cells and any change in
data in sheet 1 should be updtaed automatically
  #2  
Old April 29th, 2010, 07:40 AM posted to microsoft.public.excel.worksheet.functions
ozgrid.com
external usenet poster
 
Posts: 328
Default Adding data from multiple cell and linking to a new worksheet

Create a PivotTable
http://www.ozgrid.com/Excel/excel-pivot-tables.htm




--
Regards
Dave Hawley
www.ozgrid.com
"Rashmi" wrote in message
...
I have data in a sheet with names and amounts due. Like

A 500
B 300
A 600
B 300
C 400
C 200

There is a second sheet named summary. I want the totals of each person to
appear in the summary sheet. These should be linked cells and any change
in
data in sheet 1 should be updtaed automatically


  #3  
Old April 29th, 2010, 07:46 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Adding data from multiple cell and linking to a new worksheet

Hi Rashmi

If you are looking for formulas; with data in sheet1 ColA/B and with the
unique list of names in Sheet2 ColA; try the below formula..

With name in Sheet2 cell A1; try the below formula in cell B1

=SUMIF(Sheet1!A:A,A1,Sheet1!B:B)

--
Jacob (MVP - Excel)


"Rashmi" wrote:

I have data in a sheet with names and amounts due. Like

A 500
B 300
A 600
B 300
C 400
C 200

There is a second sheet named summary. I want the totals of each person to
appear in the summary sheet. These should be linked cells and any change in
data in sheet 1 should be updtaed automatically

  #4  
Old April 29th, 2010, 12:54 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Adding data from multiple cell and linking to a new worksheet

Hi,
Let's say that in the summary sheet your names are in column A starting in
row 2, and the data is in a sheet called data, names in column A and amounts
in column B, so in column B of the summary enter

=sumproduct(--(A2=Data!$A$2:$A$10000),data!$B$2:$B$10000)

"Rashmi" wrote:

I have data in a sheet with names and amounts due. Like

A 500
B 300
A 600
B 300
C 400
C 200

There is a second sheet named summary. I want the totals of each person to
appear in the summary sheet. These should be linked cells and any change in
data in sheet 1 should be updtaed automatically

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.