i need to calcuate the number of columns that have a value greater than zero
within a particular row.
|
|
0
|
|
|
|
Reply
|
Utf
|
5/17/2010 5:51:01 PM |
|
As stated in your previous thread:
=COUNTIF(A2:Z2,">0")
--
Best Regards,
Luke M
"r2rcode" <r2rcode@discussions.microsoft.com> wrote in message
news:4381E2C3-9F78-403C-9B6E-3737C62C427F@microsoft.com...
>i need to calcuate the number of columns that have a value greater than
>zero
> within a particular row.
|
|
0
|
|
|
|
Reply
|
Luke
|
5/17/2010 5:54:42 PM
|
|