FrankExcel
New Member
- Joined
- Feb 21, 2009
- Messages
- 28
don't know why excel didn't do productIF just like it did for sumIF...
if I have dates and use the eomonth() function to grab the end of date like this
7/31/09 7/23/09
7/31/09 7/22/09
7/31/09 7/21/09
6/30/09 6/29/09
6/30/09 6/28/09
6/30/09 6/27/09
etc...
now I want to do the product of all the numbers in the next column over for the month of July.
if this were 'sumif' -- it would be sumif(range, criteria, [range to sum])
what I would like is productif(range, criteria, [range to calculate product])
is there an easy way to do this in a single cell?
if I have dates and use the eomonth() function to grab the end of date like this
7/31/09 7/23/09
7/31/09 7/22/09
7/31/09 7/21/09
6/30/09 6/29/09
6/30/09 6/28/09
6/30/09 6/27/09
etc...
now I want to do the product of all the numbers in the next column over for the month of July.
if this were 'sumif' -- it would be sumif(range, criteria, [range to sum])
what I would like is productif(range, criteria, [range to calculate product])
is there an easy way to do this in a single cell?