LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Checking for empty cells in a range

=SUMPRODUCT(--(ISBLANK(A7:A30)--(ISBLANK(C7:C30))))

could be all right for you if the ranges are the same size, note that

=SUMPRODUCT(--(ISBLANK(A7:A30)--(ISBLANK(C7:C35)))) doesn´t work.

Then it´s OK to use

=SUMPRODUCT(--(ISBLANK(A7:A30)))+SUMPRODUCT(--(ISBLANK(C7:C35)))

Enjoy!

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
delete all empty cells in a range Gary Excel Worksheet Functions 2 February 8th 07 09:09 PM
Checking Range of Cells on Multiple Worksheets in the same workboo Ramesh.S, India Excel Discussion (Misc queries) 1 October 12th 06 09:46 AM
Checking for empty cells in a range Chris Strug Excel Programming 8 June 21st 05 12:07 AM
Checking for empty cells in a range Chris Strug Excel Worksheet Functions 2 June 20th 05 10:33 AM
sum next two non-empty cells in a range Spencer Hutton Excel Worksheet Functions 1 January 9th 05 11:29 PM


All times are GMT +1. The time now is 10:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"