I am trying to get a cell to equal 1 if a referenced cell equals 1, or to equal x+1 if the cell above it equals x, where x is in [0,15], otherwise, I'd like it to equal 0.
I am trying to combine IF
/OR
statements but I'm not sure how to combine them properly, and the command that is meant to locate the "cell above" --> Address(Row(6)-1, Column(F))=1
is not working.