Closed manthonyaiello closed 7 years ago
I believe the output is still correct, it's just ordered differently due to the name change at 26 columns. One can reorder:
=IF(OR(IF(ISERROR(AA3),FALSE,AA3=""),IF(ISERROR(AA4),FALSE,AA4=""),IF(ISERROR(Z7),FALSE,Z7="")),"",AND(AA4,OR(AA3,(Z7))))
to
=IF(OR(IF(ISERROR(Z7),FALSE,Z7=""),IF(ISERROR(AA3),FALSE,AA3=""),IF(ISERROR(AA4),FALSE,AA4="")),"",AND(AA4,OR(AA3,(Z7))))
Still, it's not good for excel to complain. I'll have to try to find a better way of ordering things. Right now it's just alphabetic I think.
Column AA — which corresponds to the 25th step — in jlustre2excel's output appears to be consistently incorrect.
For example, for this Lustre,
The spreadsheet generated has the following formulas for Z, AA, and AB:
Nearly every cell reference in column AA is incorrect.
Note — Excel identifies this problem immediately with its "this cell's formula doesn't match its neighbors" warning, which is frankly one of the cleverest things I've ever seen Microsoft do. No heroics on my part, here. :)