Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jk jk is offline
external usenet poster
 
Posts: 109
Default Sum on Account

I need to obtain sum totals from ten different acount numbers in column A
which have dollar amounts in the column B.There are many duplicate entries of
any account and i would like to tie a value to a cell which would accumulate
the sum for each account entered in column A?Example:

Acct
10012 $150.00 cell F2 =sum of 10012 (the sum would be $200)
10014 $100.00 cell f3 =sum of acct 10014
10012 $50.00 cell f4= sum of acct 10015
10015 $40.00
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Sum on Account

See the SUMIF function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"jk" wrote in message
...
I need to obtain sum totals from ten different acount numbers in
column A
which have dollar amounts in the column B.There are many
duplicate entries of
any account and i would like to tie a value to a cell which
would accumulate
the sum for each account entered in column A?Example:

Acct
10012 $150.00 cell F2 =sum of 10012 (the sum would be
$200)
10014 $100.00 cell f3 =sum of acct 10014
10012 $50.00 cell f4= sum of acct 10015
10015 $40.00



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Sum on Account

You could also use a Pivot Table.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"jk" wrote in message
...
I need to obtain sum totals from ten different acount numbers in
column A
which have dollar amounts in the column B.There are many
duplicate entries of
any account and i would like to tie a value to a cell which
would accumulate
the sum for each account entered in column A?Example:

Acct
10012 $150.00 cell F2 =sum of 10012 (the sum would be
$200)
10014 $100.00 cell f3 =sum of acct 10014
10012 $50.00 cell f4= sum of acct 10015
10015 $40.00



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Sum on Account

Can you sort the data on the Account column then use DataSubtotals to return
the totals for each unique account number?

Results won't be in F2, F3, F4 unless you use those to refer to the subtotal
cells.


Gord Dibben MS Excel MVP

On Sat, 22 Jul 2006 14:54:02 -0700, jk wrote:

I need to obtain sum totals from ten different acount numbers in column A
which have dollar amounts in the column B.There are many duplicate entries of
any account and i would like to tie a value to a cell which would accumulate
the sum for each account entered in column A?Example:

Acct
10012 $150.00 cell F2 =sum of 10012 (the sum would be $200)
10014 $100.00 cell f3 =sum of acct 10014
10012 $50.00 cell f4= sum of acct 10015
10015 $40.00


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
account # entry needs to return the account description placerpone Excel Worksheet Functions 1 November 9th 09 04:02 AM
Margin Account Husky New Users to Excel 0 March 13th 08 02:46 PM
Can a service account be embedded in Workbook so that by default the macros are run with service account credentials and not the user credentials??? Divya Sanam Excel Discussion (Misc queries) 0 July 20th 06 05:15 PM
bank account nospam Excel Programming 4 January 31st 04 01:37 AM


All times are GMT +1. The time now is 04:19 PM.

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"