View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default Need two different data types to give me a total

Hi,

Try this

=sumproduct(($D$2:$D$30="x")*($G$2:$G$30<""))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"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