Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
elizabeth
 
Posts: n/a
Default problem setting formula

end result

formula that will provide monthly dollars sold for a sales rep for a certain
product
excel worksheet has columns for month, actual date, $sold, rep name, product
name

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default problem setting formula

where your source data is
D1:D100 = sales dates
E1:E100 = rep names
F1:F100 = product name
G1:G100 = sales dollars

your criteria is
A1 = month (integer)
B1 = rep name
C1 = product name

=SUMPRODUCT(--(MONTH(D1:D100) = A1), --(E1:E100=B1), --(F1:F100=C1), G1:G100)

change ranges as needed. sumproduct cannot accomodate an entire column (but
D1:D65535 is fine)


"elizabeth" wrote:

end result

formula that will provide monthly dollars sold for a sales rep for a certain
product
excel worksheet has columns for month, actual date, $sold, rep name, product
name

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
formula percentage problem thinkpic New Users to Excel 4 November 2nd 05 08:04 PM
formula problem Bart New Users to Excel 4 October 21st 05 12:56 PM
Strange Formating problem with text and formula in same cell caliskier Excel Worksheet Functions 4 August 4th 05 01:49 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Baffling formula problem Ken Schmidt Excel Discussion (Misc queries) 2 December 21st 04 07:52 AM


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