ProductIf

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone written a ProductIf function that works in a similar fashion to a
standard SumIf or Countif function? I hate to even consider writing a
combination of Product() and IF()'s to handle a huge pile of data...
 
One way:

Depends on the function. Say you want to multiply all the values in rng2
if rng1 meets a criterion, say, >=3. Array-enter (CTRL-SHIFT-ENTER or
CMD-RETURN):


=PRODUCT(IF(rng1>=3, rng2))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top