I assume the errors are the blank spaces and the entire missing dates? Let us know.
I see blank spaces in lots of columns and there must be 40 dates missing since your data spans only 325 columns from 1/1 to 12/31. I happened to see that 3/23 and 3/24 are missing (entire days). I'm guessing that you have to count missing days separately from missing values in a column? Please clarify.
You can find blank spaces and add them with a simple if and sum to get a total. (Note: I'm not the most fluent Excel guy. Someone else may have a much more elegant solution.)
You might put in LO4 something like =if(b4="",1,"")
Then copy it 325 columns to the left and however many rows you have down. Then sum the new array for a total.
Does "remove them" mean to fill the blank spaces with something? Delete the blank spaces and move the good data below them up to fill in? Or does it mean something else?
Explain "remove them" in detail, and what to do with missing dates versus missing data on a single date, and you'll get some better help perhaps.
Best to you,
Goober Dave
Haven't see the forum policies? Do so now:
Forum Policies