View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
LeeM LeeM is offline
external usenet poster
 
Posts: 6
Default Using COUNTA and excluding formulas that gives zero or blank cells

Hi, I have a column(D7:D184) called "Approval Date", these dates are pulled
using VLOOKUP from another sheet (another words all cells contains a VLOOKUP
formula). Some of the cells will be blank because the project has not been
approved yet hence no date/blank. I tried =COUNTA(D7:D184,"0") and it does
not work. Is there a way to count the cells and return the number of cells
that have a value excluding zeros and blank cells? Thanks