I need to be able to quickly copy formulas on sheet1 by dragging but excel doesn't recognize the
sequence e.g.
CELL D56 =IF(OR(B56=""),"",IF(OR(Sheet2!E32=Sheet1!B56,Sheet2!E32=0),"OK","ERROR"))
CELL D57 =IF(OR(B57=""),"",IF(OR(Sheet2!G32=Sheet1!B57,Sheet2!G32=0),"OK","ERROR"))
CELL D58...