This tutorial provides a solution to check the Excel cell value and the cell value above in Excel worksheet using VBA.
Check cell value and cell value above
This was originally a question posted in Microsoft Community. I extract it to illustrate an example how to check Excel cell value and cell value above.
Question
Given a range of 12 cells in a row filled with only 0's and 1's...
Would anyone know a way to return a true or false in a cell if looking in all the above cells, a 0 appeare...
Read More