View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jenniebentham jenniebentham is offline
external usenet poster
 
Posts: 6
Default counting blanks in a non-consecutive range

I need to be able to count the number of blank cells in a range, but my range
is made up of non-consecutive cells, ie B2, D2, F2, H2.

I have tried naming the range 'actual' and then using =COUNTBLANK(actual)
but I get #VALUE!

I have also tried =COUNTBLANK(B2,D2,F2,H2) but it will not accept the formula.

Any suggestions?