View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ricky Pang
 
Posts: n/a
Default Sumproduct to ignore text and ""

Hello again,
How would you expand on this formula (which excludes text and "") so that
multiple data columns ranging from B1:H8 would be included in the result
once the criteria of ="a" has been established? Presently, only the data in
B1:B8 works. I need to expand the range.

=sumproduct(--(A1:A8="a"),B1:B8)

Thanks in advance,
Ricky


"Ricky Pang" wrote in message
...
Thanks Domenic,
That worked nicely.

Ricky

"Domenic" wrote in message
...
Try...

=SUMPRODUCT(--(A1:A8="a"),B1:B8)

Hope this helps!

In article ,
"Ricky Pang" wrote:

Hello Experts,
How would you modify this formula so that the text and ="" [blanks] in
the
range of B1:B8 are ignored; thus, not producing a #Value! error?

=SUMPRODUCT((A1:A8="a")*(B1:B8))

Thanks in advance,
Ricky