View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Faye[_2_] Faye[_2_] is offline
external usenet poster
 
Posts: 12
Default For each row in a range...

I have a data range, B7:L38. Within this range, I want to check if
there is any value from F7 to L7. If there is a value on any cell
within F7 to L7, I want to make sure there is a value on B7 and E7. If
not, I will display a message in cell B7 and E7.

I need to do the above check from every row from 7 to 38.

How do I do this? Thanks.