LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Help with SUMPRODUCT please : )

Here is what I'm dealing with:

Summary sheet:
A B C
1 222220 3330 (Total of data from column L on other worksheet)
3333
33353
2 222220 3330
3330
33353
3 222229 3330
3333
33353

Dump sheet(different worksheet, same workbook)
Cannot have colomn headers/titles

A B C ............ L
1 222220 ..... 3333 ..... 596.35
2 222220 ..... 3330 ..... 254.98
3 222220 ..... 3330 ..... 1547.36
4 222229 ..... 3330 ..... 259.36
5 222229 ..... 33353 ..... 12.36


I need to the sum of the data in column L if the row contains a particular
number in column A and a particular number in column C. For example, I need
the total of expenses in account 222220 AND within department 3330 (so that
would be 254.98 and 1547.36). The data goes on for a few thousand lines, so a
formula to add the data automatically would be great!

Thanks to the help I've already received on this site, I have tried:

=SUMPRODUCT(--('FAST Dump'!$A$1:$A$2000=B6), --('FAST
Dump'!$C$1:$C$2000=C10), 'FAST Dump'!$L$1:$L$2000)

Where 'FAST Dump' is the data sheet, B6 is my first criteria and C10 is my
second criteria. All I get is '0'.

The formula evaluation apparently works out the fist part okay (--('FAST
Dump'!$A$1:$A$2000=B6), but the problem comes with the second part --('FAST
Dump'!$C$1:$C$2000=C10), where all results are returned FALSE and there are
definately multiple 'C10''s in the data sheet area selected. It does this
whether I hit 'ctrl, shift, enter' for the array or not, including the
dollar signs or not, selecting the data range or typing it in, and selecting
the cell with the criteria (B7 and C10) or simply typing in the criteria.

I'm up to 12 hours now spent on trying to work this out, and it's part of a
time-sensitive overhaul of our budget system. Any suggestions would be
greatly appreciated!

Thanks,
Sierra :)

 
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
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
sumproduct Kim Shelton at PDC Excel Discussion (Misc queries) 0 December 8th 06 09:44 PM
sumproduct RGlade Excel Discussion (Misc queries) 2 December 8th 06 09:41 PM
sumproduct RGlade Excel Worksheet Functions 3 December 8th 06 08:56 PM
Sumproduct John997 Excel Discussion (Misc queries) 1 September 30th 05 03:52 AM


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