Need two different data types to give me a total
Try one of these...
Excel 2007 only:
=COUNTIFS(D2:D30,"x",G2:G30,"<")
Any version of Excel:
=SUMPRODUCT(--(D2:D30="x"),--(G2:G30<""))
--
Biff
Microsoft Excel MVP
"silk723" wrote in message
...
I'm not an Excel expert, but I'm pretty sure there's a formula for what I
need to obtain a total.
I need to determine what my total (count?) would be if d2:d30="x" and
g2:g30=not blank.
Can anyone help me determine the formula to get this total?
Thanks in advance.
--
twc
|