count number of columns based on values across a row

  • Follow


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


1 Replies
547 Views

(page loaded in 0.052 seconds)

Similiar Articles:
















7/26/2012 7:03:20 AM


Reply: