E
Eric
How would I write the macro to count only until it comes across a false
statement in a cell.
IE:
count cells ag51:ag54 until false.
ag51 =true
ag52=true
ag53= false
ag54 = true
the macro would return a 2 for ag51 and ag52 then stop on ag53 because it is
equal to false.
Any help would be appreciated.
Eric
statement in a cell.
IE:
count cells ag51:ag54 until false.
ag51 =true
ag52=true
ag53= false
ag54 = true
the macro would return a 2 for ag51 and ag52 then stop on ag53 because it is
equal to false.
Any help would be appreciated.
Eric