Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default sumifs return #value

My sumifs function return #value. I tried in both ways:

=SUMIFS(D$5:D$40,A4:A40,A51,C$5:C$41,B51)

=SUMIFS(D$5:D$40,A5:A41,"="&A52,C$5:C$41,"="&B52)

It all returns #value. Could you please help? Thanks,

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 829
Default sumifs return #value

wrote:
My sumifs function return #value. I tried in both ways:
=SUMIFS(D$5:D$40,A4:A40,A51,C$5:C$41,B51)
=SUMIFS(D$5:D$40,A5:A41,"="&A52,C$5:C$41,"="&B52)


There can be several reasons for a #VALUE error. In this case, at a
minimum, it is because D5:D40, A4:A40 and C5:C41 are not all the same size.

Perhaps they should be D5:D41, A4:A40 and C5:C41 -- 37 cells in all cases.

But normally (but not always), formulas of that form involve the same rows.
So I wonder if they should be D5:D41, A5:A41 and C5:C41.

The third and fifth parameters can be A51 and B51 -- or A52 and B52; you
keep changing row numbers inexplicably -- that is, without concatenating
"=". The interpretation is the same.

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 use sumifs - wantfit Excel Worksheet Functions 1 April 22nd 10 09:37 PM
sumifs help primed Excel Programming 11 January 22nd 10 04:03 PM
Sumifs (I think) Jeff Excel Worksheet Functions 5 November 19th 09 06:15 PM
SUMIFS MurrayBarn Excel Worksheet Functions 4 June 15th 09 08:02 AM
SUMIFS and OR mohavv Excel Discussion (Misc queries) 4 January 30th 08 04:02 PM


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