View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bossbubba bossbubba is offline
external usenet poster
 
Posts: 1
Default Macro skipping blank cell

I need help Urgently because I have tried everything and cannot make my
macro work. What I need is a Macro that will check

Let say cell a1:a15 for the letter P or F and if one cell is blank to
skip and check until 3 cells are covered.

a1 = p a2 = p a3 = a4 = f a5 = p a6 = p

I am in cell a20, I need to check cell a1:a15, if a1,a2,a3 is 2 "p" I
need "compliant" or if a1,a2,a3 <2 "p" I need "not compliant" the
problem I am having is if a1,a2 has a p or f and a3 does not etc, to
skip the blank and use the last three filled cells


---
Message posted from http://www.ExcelForum.com/