#1   Report Post  
Posted to microsoft.public.excel.misc
nander
 
Posts: n/a
Default Need help with SUMIF


I want the sum of 3 numbers if all of the 3 cells contain numbers if not
the value of the cell should be blank

=SUMIF(L2:N2,,L2:N2)
Range L2:N2 = {274.165," ", 35.057}
Criteria ???????
Sum_Range L2:N2

What would be the criteria to use to return a value or 0 or blank if
L2:N2 is blank


--
nander
------------------------------------------------------------------------
nander's Profile: http://www.excelforum.com/member.php...fo&userid=6156
View this thread: http://www.excelforum.com/showthread...hreadid=515991

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Need help with SUMIF

=if(count(l2:n2)<3,"",sum(l2:n2))

Not really a =sumif() function.

nander wrote:

I want the sum of 3 numbers if all of the 3 cells contain numbers if not
the value of the cell should be blank

=SUMIF(L2:N2,,L2:N2)
Range L2:N2 = {274.165," ", 35.057}
Criteria ???????
Sum_Range L2:N2

What would be the criteria to use to return a value or 0 or blank if
L2:N2 is blank

--
nander
------------------------------------------------------------------------
nander's Profile: http://www.excelforum.com/member.php...fo&userid=6156
View this thread: http://www.excelforum.com/showthread...hreadid=515991


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default Need help with SUMIF

Try this.

=IF(COUNTA(L2:N2)<3,0,SUM(L2:N2))

HTH
Regards,
Howard

"nander" wrote in
message ...

I want the sum of 3 numbers if all of the 3 cells contain numbers if not
the value of the cell should be blank

=SUMIF(L2:N2,,L2:N2)
Range L2:N2 = {274.165," ", 35.057}
Criteria ???????
Sum_Range L2:N2

What would be the criteria to use to return a value or 0 or blank if
L2:N2 is blank


--
nander
------------------------------------------------------------------------
nander's Profile:
http://www.excelforum.com/member.php...fo&userid=6156
View this thread: http://www.excelforum.com/showthread...hreadid=515991



  #4   Report Post  
Posted to microsoft.public.excel.misc
nander
 
Posts: n/a
Default Need help with SUMIF


thanks, it works!!


--
nander
------------------------------------------------------------------------
nander's Profile: http://www.excelforum.com/member.php...fo&userid=6156
View this thread: http://www.excelforum.com/showthread...hreadid=515991

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
How do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


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