In my case, I have a excel sheet for closing check and my goal is to make sure that every cell in the range C3:FO40 contain only the value 0, or else I have to count the number of cell that contain something else.
I think I have to go through every cell for each row but I’m stucked.
How could I do that?
There is issue in my case which is, the range is really big ( C to FO ), so I don’t think it is really reasonable to use the column name or else I’ll have to do it 100 times.