#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Using Sumifs

I am trying to figure out the total amount of donations by each individual
donor during last year. My spreadsheet records each gift on a separate line.
Some donors have given once, others as much as 12 times. How can I create a
formula that gives the sum of donation by each individual? Is sumif the
correct formula to use?
My spreadsheet has over 7000 rows!

I've tried this formula =SUMIFS(O3:O7,D3:D7,"=*") (I've only tried a small
range to test my formula)
O3 to O7 is the column and range for the donation amount
D3 to D7 is the last name column
and "=*" was my attempt to condition the sum on similar last names.

Because I have several donors with the same last name, would it be better to
use their unique donor ID# to be a condition?

--
Thank you,
Tom Ferrin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Using Sumifs

Consider using a Pivot Table. See:

http://peltiertech.com/Excel/Pivots/pivottables.htm


--
Gary''s Student - gsnu200843


"tomferrin" wrote:

I am trying to figure out the total amount of donations by each individual
donor during last year. My spreadsheet records each gift on a separate line.
Some donors have given once, others as much as 12 times. How can I create a
formula that gives the sum of donation by each individual? Is sumif the
correct formula to use?
My spreadsheet has over 7000 rows!

I've tried this formula =SUMIFS(O3:O7,D3:D7,"=*") (I've only tried a small
range to test my formula)
O3 to O7 is the column and range for the donation amount
D3 to D7 is the last name column
and "=*" was my attempt to condition the sum on similar last names.

Because I have several donors with the same last name, would it be better to
use their unique donor ID# to be a condition?

--
Thank you,
Tom Ferrin

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Using Sumifs

You will need some sort of helper column to determine whether last names are
similar, based upon some user defined (you) rule.

--
__________________________________
HTH

Bob

"tomferrin" wrote in message
...
I am trying to figure out the total amount of donations by each individual
donor during last year. My spreadsheet records each gift on a separate
line.
Some donors have given once, others as much as 12 times. How can I create
a
formula that gives the sum of donation by each individual? Is sumif the
correct formula to use?
My spreadsheet has over 7000 rows!

I've tried this formula =SUMIFS(O3:O7,D3:D7,"=*") (I've only tried a small
range to test my formula)
O3 to O7 is the column and range for the donation amount
D3 to D7 is the last name column
and "=*" was my attempt to condition the sum on similar last names.

Because I have several donors with the same last name, would it be better
to
use their unique donor ID# to be a condition?

--
Thank you,
Tom Ferrin



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Using Sumifs

It would be better to use donor ID since this is your unique ID or
concatenate the name with the donor ID. After that, you will need to derive
the unique IDs and construct the sum formulas or use a pivot table, which is
the best option.

Because I have several donors with the same last name, would it be better to
use their unique donor ID# to be a condition?


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
Sumifs David Excel Discussion (Misc queries) 9 January 27th 09 05:20 AM
SUMIFS Steen Excel Worksheet Functions 5 November 2nd 08 03:38 PM
SUMIFS Mark Excel Discussion (Misc queries) 3 November 28th 07 12:09 PM
SUMIFS and OR M.S. Westerbeek Excel Worksheet Functions 6 August 23rd 07 07:24 PM
SumIfs timson Excel Discussion (Misc queries) 3 January 26th 07 07:46 PM


All times are GMT +1. The time now is 09:19 AM.

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"