J
Joris 3 Pinter
Everyone gets to see formules like this one sooner or later:
A2: =IF(AND(A1=0;B3=1);IF(C17=C18;2;3);IF(OR(D12=1;D12=D13);4;5))
When jou put a remark to a cell, the remark will show when crossing
the cell with your mouse.
Why not something like that with a kind of Excel formula editor?
So, moving the mouse over cell A2, the cell with the formula,
and a window will show like this:
IF (A1=0 AND B3=1) THEN
BEGIN
IF C17=C19 DAN
BEGIN
CELL=2
END
ELSE
BEGIN
CELL=3
END
END
ELSE
BEGIN
IF (D12=1 OR D12=D13) THEN
BEGIN
CELL=4
END
ELSE
BEGIN
CELL=5
END
END
I think this is much easier to read. And, if this is made, also a possibilty
to
edit the formula and after entering you will have the original excel formula
again.
I think it is possible but I do not have the time to make it.
Joris.
A2: =IF(AND(A1=0;B3=1);IF(C17=C18;2;3);IF(OR(D12=1;D12=D13);4;5))
When jou put a remark to a cell, the remark will show when crossing
the cell with your mouse.
Why not something like that with a kind of Excel formula editor?
So, moving the mouse over cell A2, the cell with the formula,
and a window will show like this:
IF (A1=0 AND B3=1) THEN
BEGIN
IF C17=C19 DAN
BEGIN
CELL=2
END
ELSE
BEGIN
CELL=3
END
END
ELSE
BEGIN
IF (D12=1 OR D12=D13) THEN
BEGIN
CELL=4
END
ELSE
BEGIN
CELL=5
END
END
I think this is much easier to read. And, if this is made, also a possibilty
to
edit the formula and after entering you will have the original excel formula
again.
I think it is possible but I do not have the time to make it.
Joris.