#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 177
Default sumproduct help

I need to sum a column if numbers that contains many #n/a returns. I was
thinking of the sumproduct formula but I can't figure out how to get it to
ignore the n/a's.

something like SUMPRODUCT(--(ISNUMBER(F3:F610)),F3:F610)

How do I do this?


Thanks




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default sumproduct help

Try

=SUMIF(F3:F610,"<#N/A")

or to ignore any error values

=SUM(SUMIF(F3:F610,{"<0","0"}))



"Todd" wrote:

I need to sum a column if numbers that contains many #n/a returns. I was
thinking of the sumproduct formula but I can't figure out how to get it to
ignore the n/a's.

something like SUMPRODUCT(--(ISNUMBER(F3:F610)),F3:F610)

How do I do this?


Thanks




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
Need help with sumproduct & dynamic ranges bill_s1416 Excel Worksheet Functions 1 March 19th 06 03:36 AM
Need help with sumproduct and dynamic ranges Bill_S Excel Worksheet Functions 2 March 19th 06 01:19 AM
Can I reference =, <, or > sign in SUMPRODUCT BobT Excel Discussion (Misc queries) 7 February 16th 05 01:58 PM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


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