LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Deeds
 
Posts: n/a
Default Sumproduct with #N/A in range

right in front of me....sorry. Much appreciated!

"Bob Phillips" wrote:

Then use the same technique I showed you earlier

=SUMPRODUCT(--(ISNUMBER(MATCH(A2:A400,F1,0))),B2:B400)

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Deeds" wrote in message
...
Sorry for the confusion....the referenced formula is a stripped down

version.
I do have other criteria in the formula. I was trying to show just the

part
that is giving me errors. Bottom line is that I am trying to find

something
that I can add to my sumproduct formula that ignores #N/A.
Thanks again!

"Bob Phillips" wrote:

You don't need SUMPRODUCT

=SUMIF(A2:A400,F1,B2:B400)

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Deeds" wrote in message
...
Let me give you my formula:
=sumproduct(B2:B400)*(A2:A400=F1)

With the above....when it finds an #N/A in Column A...it returns #N/A.

I
need to add something to that section to ignore any #N/A.

Thanks again.

"Kevin Vaughn" wrote:

Maybe something like this:

=SUM(IF($A$21:$A$36=11,IF(NOT(ISNA($B$21:$B$36)),$ B21:B36,0)))
which is an array formula (enter using cntl-shift-enter instead of

just
enter)

--
Kevin Vaughn


"Deeds" wrote:

I have a column B of names that is part of my sumproduct
formula...there are
some cells in this column that contain #N/A. I have to be able to
complete
the sumproduct formula by ignoring these errors... Is there

something
I can
add to the sumproduct formula to ignore these errors in column B?

Thanks again!






 
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
SumProduct with criteria list Sige Excel Worksheet Functions 17 February 21st 06 02:30 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Using a worksheet name from a range RPH Excel Worksheet Functions 3 January 27th 06 08:40 PM
Cannot Expand Named Range - when size of the Range exceeds Snig Excel Discussion (Misc queries) 1 July 7th 05 01:46 PM
sumproduct in a range Tat Excel Worksheet Functions 9 June 12th 05 08:31 PM


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