Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Biff
 
Posts: n/a
Default

Hi!

You need to provide more detail.

Here's my best guess at what you want:

Column A = dates
Column B = buyers
Column C = totals

To sum the totals for a specific buyer for a specific
month:

=SUMPRODUCT(--(ISNUMBER(A1:A100)),--(MONTH(A1:A100)=1),--
(B1:B100="buyer"),C1:C100)

For a YTD total:

=SUMPRODUCT(--(ISNUMBER(A1:A100)),--(YEAR(A1:A100)=2004),--
(B1:B100="buyer"),C1:C100)

Biff

-----Original Message-----
Example, from a list of several buyers who place orders

on a regular basis, I
want to know how to write the formula in another table

that adds the daily
inputs and totals it for the specific month, for a

particular buyer. So if I
input the purchases of the day for 12 different buyers,

if I want to check
what a particular buyer has bought for the month, it will

be in another
table, but only the total to-date.

Greg
.

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
How do I create a formula to add values from specific fields? Greg Excel Worksheet Functions 1 December 14th 04 03:10 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
Need formula to check values of data in several cells as criteria VCTECH Excel Worksheet Functions 0 November 19th 04 09:54 PM
manipulating formula values Ramy Excel Worksheet Functions 4 November 19th 04 04:54 PM
How do I create a formula in Excel that will countif or sumif bef. bkclark Excel Worksheet Functions 4 November 10th 04 05:30 PM


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