#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Accumulating cells

Hi my namie is Ryan, am in urgent need of help.
Here is an example of what i need to do, have no clue how to it tho. Pls help.
Iv got a Exel workbook with 2 sheets. On sheet1 there is, lets say 3 colums.
Col1 is DATE, Col2 is NAME, Col3 is AMOUNT.

User enters info whole month, so there is many rows, lots with same NAME.
On sheet2 there is 2 columns.
Col1 NAME,Col2 is AMOUNT.

What i need to do is, evertime a user enters a row, Exel must find the row
with
same matching NAME in sheet2, and add the amount from sheet1 to sheet2
automaticly.

Basicly sheet2 has all name and an uptodate AMOUNT for each NAME.


Tried all sort of formulas but i dont have the Exel ability to do this.
Please any1 email me with a solution
at:

Regards




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Accumulating cells

If the DATE, NAME, AMOUNT fields are on Sheet1 in columns A through C

Try something like this on Sheet2:

A2: (a name)

This formula returns the sum of all amounts in Sheet1, Col_C, where the
Col_B value matches the name in Sheet2 cell A2
B2: =SUMIF(Sheet1!B:B,A2,Sheet1!C:C)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"RR Dunn" wrote:

Hi my namie is Ryan, am in urgent need of help.
Here is an example of what i need to do, have no clue how to it tho. Pls help.
Iv got a Exel workbook with 2 sheets. On sheet1 there is, lets say 3 colums.
Col1 is DATE, Col2 is NAME, Col3 is AMOUNT.

User enters info whole month, so there is many rows, lots with same NAME.
On sheet2 there is 2 columns.
Col1 NAME,Col2 is AMOUNT.

What i need to do is, evertime a user enters a row, Exel must find the row
with
same matching NAME in sheet2, and add the amount from sheet1 to sheet2
automaticly.

Basicly sheet2 has all name and an uptodate AMOUNT for each NAME.


Tried all sort of formulas but i dont have the Exel ability to do this.
Please any1 email me with a solution
at:

Regards




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Accumulating cells


Thanx for your responses. Sorted problem out, am amazed at how quick that was.

Thanx Again.

"Ron Coderre" wrote:

If the DATE, NAME, AMOUNT fields are on Sheet1 in columns A through C

Try something like this on Sheet2:

A2: (a name)

This formula returns the sum of all amounts in Sheet1, Col_C, where the
Col_B value matches the name in Sheet2 cell A2
B2: =SUMIF(Sheet1!B:B,A2,Sheet1!C:C)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"RR Dunn" wrote:

Hi my namie is Ryan, am in urgent need of help.
Here is an example of what i need to do, have no clue how to it tho. Pls help.
Iv got a Exel workbook with 2 sheets. On sheet1 there is, lets say 3 colums.
Col1 is DATE, Col2 is NAME, Col3 is AMOUNT.

User enters info whole month, so there is many rows, lots with same NAME.
On sheet2 there is 2 columns.
Col1 NAME,Col2 is AMOUNT.

What i need to do is, evertime a user enters a row, Exel must find the row
with
same matching NAME in sheet2, and add the amount from sheet1 to sheet2
automaticly.

Basicly sheet2 has all name and an uptodate AMOUNT for each NAME.


Tried all sort of formulas but i dont have the Exel ability to do this.
Please any1 email me with a solution
at:

Regards




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Accumulating cells

I'm glad that worked for you
(and thanks much for the feedback)


***********
Regards,
Ron

XL2002, WinXP


"RR Dunn" wrote:


Thanx for your responses. Sorted problem out, am amazed at how quick that was.

Thanx Again.

"Ron Coderre" wrote:

If the DATE, NAME, AMOUNT fields are on Sheet1 in columns A through C

Try something like this on Sheet2:

A2: (a name)

This formula returns the sum of all amounts in Sheet1, Col_C, where the
Col_B value matches the name in Sheet2 cell A2
B2: =SUMIF(Sheet1!B:B,A2,Sheet1!C:C)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"RR Dunn" wrote:

Hi my namie is Ryan, am in urgent need of help.
Here is an example of what i need to do, have no clue how to it tho. Pls help.
Iv got a Exel workbook with 2 sheets. On sheet1 there is, lets say 3 colums.
Col1 is DATE, Col2 is NAME, Col3 is AMOUNT.

User enters info whole month, so there is many rows, lots with same NAME.
On sheet2 there is 2 columns.
Col1 NAME,Col2 is AMOUNT.

What i need to do is, evertime a user enters a row, Exel must find the row
with
same matching NAME in sheet2, and add the amount from sheet1 to sheet2
automaticly.

Basicly sheet2 has all name and an uptodate AMOUNT for each NAME.


Tried all sort of formulas but i dont have the Exel ability to do this.
Please any1 email me with a solution
at:

Regards




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
Accumulating elapsed times. John Excel Discussion (Misc queries) 3 September 8th 06 03:05 PM
accumulating values generated daily Tracey Excel Worksheet Functions 1 April 15th 06 08:07 AM
accumulating total exhausted everything Excel Discussion (Misc queries) 1 March 15th 06 12:24 AM
need help with compounding and accumulating formula... rebeat Excel Discussion (Misc queries) 0 June 14th 05 05:13 PM
Accumulating Values in a Pivot table Kurt Excel Discussion (Misc queries) 2 March 2nd 05 08:42 PM


All times are GMT +1. The time now is 03:47 AM.

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

About Us

"It's about Microsoft Excel"