View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sasikiran Sasikiran is offline
external usenet poster
 
Posts: 104
Default Need a formula to locate the blank cells within the range

Hi,

I have a huge range of cells in which the data is entered manually. I need
to cross check whether the data has been entered in all the cells in that
particular range.

I had used the formula = COUNTBLANK(range) to get the number of blank cells
present in that range.

I need a formula (If any) to locate the blank cells within the range. If
suppose there are 4 blank cells within the range I need the location like
A10, B20, C22, D43...

Sasikiran