Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AMXAH
 
Posts: n/a
Default SUMIF excel function not working

I am using this formula and it is returning a zero for the sum amount,
however, the function command tells me that it should return a 4 (which is
correct).

SUM(IF((A2:A3352="Bee, Lucas W.")*(G2:G3352="60"),F2:F3352))

What am I doing wrong?
  #2   Report Post  
Domenic
 
Posts: n/a
Default

If Column G contains numerical values, remove the quotes from its
criterion...

=SUM(IF((A2:A3352="Bee, Lucas W.")*(G2:G3352=60),F2:F3352))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!

In article ,
"AMXAH" wrote:

I am using this formula and it is returning a zero for the sum amount,
however, the function command tells me that it should return a 4 (which is
correct).

SUM(IF((A2:A3352="Bee, Lucas W.")*(G2:G3352="60"),F2:F3352))

What am I doing wrong?

  #3   Report Post  
AMXAH
 
Posts: n/a
Default

Worked great, Thank You.

"Domenic" wrote:

If Column G contains numerical values, remove the quotes from its
criterion...

=SUM(IF((A2:A3352="Bee, Lucas W.")*(G2:G3352=60),F2:F3352))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!

In article ,
"AMXAH" wrote:

I am using this formula and it is returning a zero for the sum amount,
however, the function command tells me that it should return a 4 (which is
correct).

SUM(IF((A2:A3352="Bee, Lucas W.")*(G2:G3352="60"),F2:F3352))

What am I doing wrong?


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
linear interpolation function in excel tskoglund Excel Worksheet Functions 4 September 10th 05 03:31 AM
@ and "function not valid" error (Excel 2003) Acert93 New Users to Excel 1 September 2nd 05 07:17 AM
Function Keys in Excel LPS Excel Discussion (Misc queries) 2 January 29th 05 12:32 AM
Access Module coded converted to Excel Function Adam Excel Discussion (Misc queries) 1 December 23rd 04 02:48 PM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM


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