View Single Post
  #1   Report Post  
Josh O.
 
Posts: n/a
Default Count Function Help

I am trying to create a function to count the number of proofs out to the
customer...

I have the following columns:
....| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could be dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.