View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
wildbillyd wildbillyd is offline
external usenet poster
 
Posts: 1
Default How do I count only if either/ or exist

I am attempting to count how many times there is a number greater than zero
in either column A or column B.

My goal is if A=0 and B=0, do not count. If A=0 and B=1, count. If A=1 and
B=1, count only once.

Thank you for any help