S
Salmon Egg
I often have problems getting formulas using Excel functions correct. In
part, the problem arises in trying to get a long formula in a single cell.
In typical programming languages, I would just break up the code into
several short lines that would be evaluated sequentially. In Excel, that
would screw up the appearance of the spreadsheet.
In Pascal It was possible to embed comments between (* and *) or { and }.
The interpreter or compiler would just ignore everything between such pairs
of symbols. I believe that various forms of FORTRAN and C are less
forgiving. Usually, a comment uses up a whole line or once started continues
to the end of the line.
My question is: Is there a simple way to "comment out" pieces of formulas in
Excel in order to check out the individual pieces before assembling them
into a complete formula?
Bill
-- Fermez le Bush--about two years to go.
part, the problem arises in trying to get a long formula in a single cell.
In typical programming languages, I would just break up the code into
several short lines that would be evaluated sequentially. In Excel, that
would screw up the appearance of the spreadsheet.
In Pascal It was possible to embed comments between (* and *) or { and }.
The interpreter or compiler would just ignore everything between such pairs
of symbols. I believe that various forms of FORTRAN and C are less
forgiving. Usually, a comment uses up a whole line or once started continues
to the end of the line.
My question is: Is there a simple way to "comment out" pieces of formulas in
Excel in order to check out the individual pieces before assembling them
into a complete formula?
Bill
-- Fermez le Bush--about two years to go.