#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default SUMIF/COUNTIF

The SUMIF formula works fine if as "criteria" I use a specific value.

I tried =SUMIF($A:$A,<"",$C:$C) and =SUMIF($A:$A,$C:$C)

but they do not work...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default SUMIF/COUNTIF

What are you trying to do and maybe help can be provided?

"Tatebana" wrote:

The SUMIF formula works fine if as "criteria" I use a specific value.

I tried =SUMIF($A:$A,<"",$C:$C) and =SUMIF($A:$A,$C:$C)

but they do not work...

  #3   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default SUMIF/COUNTIF

the sumproduct() function should do what you want
=sumproduct(--(A1:A64000<""),C1:C6400)
[you cant use the A:A shorthand for full column in Sumproduct()

"Tatebana" wrote:

The SUMIF formula works fine if as "criteria" I use a specific value.

I tried =SUMIF($A:$A,<"",$C:$C) and =SUMIF($A:$A,$C:$C)

but they do not work...

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default SUMIF/COUNTIF

If you want to add elements of Col_C where corresponding cells in Col_A are
NOT blank then your syntax is a bit off.

Try this:
=SUMIF($A:$A,"<"&"",$C:$C)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Tatebana" wrote:

The SUMIF formula works fine if as "criteria" I use a specific value.

I tried =SUMIF($A:$A,<"",$C:$C) and =SUMIF($A:$A,$C:$C)

but they do not work...

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
CountIF or SumIF Scott@CW Excel Discussion (Misc queries) 3 December 15th 06 12:54 PM
COUNTIF?? SUMIF?? Vegs Excel Discussion (Misc queries) 1 December 19th 05 03:52 PM
COUNTIF or SUMIF or ?? croakingtoad Excel Worksheet Functions 2 November 28th 05 03:05 PM
Countif and sumif Visual Excel Discussion (Misc queries) 19 August 10th 05 05:59 PM
Countif, Sumif, If - help! Angel160 Excel Worksheet Functions 2 November 3rd 04 05:23 PM


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