L
Lin Kypta
Please consider this:
I often need a "do nothing" option in the IF statement. As follows:
IF(m=1,income,*) Where * means DO NOTHING.
I often use a circular reference as follows and it works ok probably because
the "circle" will be super short. As follows:
At the cell D3: =IF(m=1,iincome,D3) If m<>1, this will cause the
original contents of D3 to be removed and then put right back again (into D3)
so it does in effect provide the "do nothing" feature. However, it also will
cause the "circular reference" message boxes to pop up every time Excel goes
to take the D3 option. Please consider this feature - or if it already
exists, please advise.
And many thanks
Lin
I often need a "do nothing" option in the IF statement. As follows:
IF(m=1,income,*) Where * means DO NOTHING.
I often use a circular reference as follows and it works ok probably because
the "circle" will be super short. As follows:
At the cell D3: =IF(m=1,iincome,D3) If m<>1, this will cause the
original contents of D3 to be removed and then put right back again (into D3)
so it does in effect provide the "do nothing" feature. However, it also will
cause the "circular reference" message boxes to pop up every time Excel goes
to take the D3 option. Please consider this feature - or if it already
exists, please advise.
And many thanks
Lin