Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
LOU
 
Posts: n/a
Default SUMIF HELP PLEASE

Column C = Date
Column D = Account Number
column F = Value

I need a sumif formula if the criteria meets both the requirements,

=SUMIF(C2:C146=11/01/04)*(D2:D146=3)*(F2:F146))

It is not meeting the second criterua of the date and it is suming all the
"3" Account Numbers.

It should bring back the one value and not double it.

Thank you.
Lou
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
=SUMPRODUCT(--(C2:C146=DATE(2004,11,1)),--(D2:D146=3),F2:F146)

Also see:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

--
Regards
Frank Kabel
Frankfurt, Germany

"LOU" schrieb im Newsbeitrag
...
Column C = Date
Column D = Account Number
column F = Value

I need a sumif formula if the criteria meets both the requirements,

=SUMIF(C2:C146=11/01/04)*(D2:D146=3)*(F2:F146))

It is not meeting the second criterua of the date and it is suming

all the
"3" Account Numbers.

It should bring back the one value and not double it.

Thank you.
Lou


  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=SUMPRODUCT(--(C2:C146=DATE(2004,1,11)),--(D2:D146=3),(F2:F146))


Arvi Laanemets


"LOU" wrote in message
...
Column C = Date
Column D = Account Number
column F = Value

I need a sumif formula if the criteria meets both the requirements,

=SUMIF(C2:C146=11/01/04)*(D2:D146=3)*(F2:F146))

It is not meeting the second criterua of the date and it is suming all the
"3" Account Numbers.

It should bring back the one value and not double it.

Thank you.
Lou



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 to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
sumif to add data in multiple sheets Sues Excel Worksheet Functions 4 November 18th 04 06:54 AM
Is it possible to specify multiple condition with SUMIF? Daniel Excel Worksheet Functions 1 November 17th 04 01:38 AM
SUMIF problem Hodge Excel Worksheet Functions 1 November 11th 04 11:02 AM
Conditional Format With SUMIF Minitman Excel Worksheet Functions 3 November 1st 04 02:58 PM


All times are GMT +1. The time now is 12:37 AM.

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"