Microsolf Excel formula required -


i need measure performance of task completed per job. using formula:

=countif(h3:n3,"done")/counta($h$2:$n$2).  

it gives me 100% when text in each field done.

few tasks not required performed each job, , needs left blank. time not 100%. please help.

enter following formula in cell o2

=countif(h2:n2,"done")/(counta(h2:n2)-countif(h2:n2,"not available")) 

drag/copy down required. see image reference.

enter image description here


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -