Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 464
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
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

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
Linking worksheet and multiple cells Greg P[_2_] Excel Worksheet Functions 1 November 30th 09 04:04 AM
Adding single cell in multiple worksheet then averaging maril Excel Worksheet Functions 5 January 15th 08 07:40 PM
Linking a column on One worksheet to Multiple Pages in Another Doc Mark Excel Discussion (Misc queries) 1 February 13th 07 12:37 AM
Master worksheet linking to multiple worksheets and using filter Jon Excel Discussion (Misc queries) 0 November 2nd 06 08:46 AM
Linking multiple data into one worksheet. Patrick White Excel Worksheet Functions 0 June 28th 05 10:27 AM


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