How can I achieve the following:
At the moment I have the following custom formula in conditional formatting:
=if((INDIRECT("Sheet1!A1:M13=1")))
What do I do wrong? Do I have to set format of Sheet1 to value=1 instead of text is exactly "1"?
Apply this to range A1:M13
in Sheet2
for cell to cell comparison:
=1=INDIRECT("Sheet1!"&CELL("address",A1))