PC Review


Reply
Thread Tools Rate Thread

Adding data from multiple cell and linking to a new worksheet

 
 
Rashmi
Guest
Posts: n/a
 
      29th Apr 2010
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 With Quote
 
 
 
 
ozgrid.com
Guest
Posts: n/a
 
      29th Apr 2010
Create a PivotTable
http://www.ozgrid.com/Excel/excel-pivot-tables.htm




--
Regards
Dave Hawley
www.ozgrid.com
"Rashmi" <(E-Mail Removed)> wrote in message
news:56DC0F3A-8D60-4FE2-B778-(E-Mail Removed)...
>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 With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      29th Apr 2010
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

 
Reply With Quote
 
Eduardo
Guest
Posts: n/a
 
      29th Apr 2010
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Tab/worksheet names to a worksheet cell LinLin Microsoft Excel Misc 3 9th Mar 2009 03:31 PM
Linking cells containing text from one worksheet to a cell with textin another worksheet lizmatthews00774@gmail.com Microsoft Excel Discussion 8 10th Oct 2008 12:58 PM
Adding single cell in multiple worksheet then averaging maril Microsoft Excel Worksheet Functions 5 15th Jan 2008 07:40 PM
Multiple printing of cell data onto new worksheet biganthony via OfficeKB.com Microsoft Excel Programming 2 9th Nov 2007 12:18 AM
Linking multiple data into one worksheet. Patrick White Microsoft Excel Worksheet Functions 0 28th Jun 2005 10:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:51 AM.