From: r2rcode on
i need to calcuate the number of columns that have a value greater than zero
within a particular row.
From: Luke M on
As stated in your previous thread:
=COUNTIF(A2:Z2,">0")

--
Best Regards,

Luke M
"r2rcode" <r2rcode(a)discussions.microsoft.com> wrote in message
news:4381E2C3-9F78-403C-9B6E-3737C62C427F(a)microsoft.com...
>i need to calcuate the number of columns that have a value greater than
>zero
> within a particular row.