At first, I was wondering if this is a precision question. After pasting the XL2BB data, I have another question about XL2BB. So, there are two questions.
First, XL2bb, this should be a simple question. Why is the format of column E and F TEXT? No matter what the cell format is in the sheet (custom, general, number or accounting), after pasting to this board, it's always TEXT.
Second, this is my real question. Why is the cell E118 red? I set the conditional formatting so that if E118 is not equal to E117 minus C118 plus D118, then the cell should turn red. I have two checking mechanisms, column F and G. Column F just repeats the above calculation and column G checks if column E is equal to column F. You can see in the table that E118 is equal to F118 and G118 confirms it. Yet, conditional formatting doesn't think so. What did I do wrong?
Column C is expense, D income, E balance. They are entered manually and all are integers.
First, XL2bb, this should be a simple question. Why is the format of column E and F TEXT? No matter what the cell format is in the sheet (custom, general, number or accounting), after pasting to this board, it's always TEXT.
Second, this is my real question. Why is the cell E118 red? I set the conditional formatting so that if E118 is not equal to E117 minus C118 plus D118, then the cell should turn red. I have two checking mechanisms, column F and G. Column F just repeats the above calculation and column G checks if column E is equal to column F. You can see in the table that E118 is equal to F118 and G118 confirms it. Yet, conditional formatting doesn't think so. What did I do wrong?
Column C is expense, D income, E balance. They are entered manually and all are integers.
balance.xlsx | |||||||
---|---|---|---|---|---|---|---|
C | D | E | F | G | |||
115 | - | 26,902.00 | 706,368.00 | 706,368.00 | TRUE | ||
116 | - | 42,384.00 | 748,752.00 | 748,752.00 | TRUE | ||
117 | - | 11,014.00 | 759,766.00 | 759,766.00 | TRUE | ||
118 | 20,000.00 | 739,766.00 | 739,766.00 | TRUE | |||
tab2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F115:F118 | F115 | =$E114-$C115+$D115 |
G115:G118 | G115 | =E115=F115 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
F3:F65536 | Expression | =$E3<>$F3 | text | YES |
E:E | Expression | =INT($E2)<>INT($E1)-INT($C2)+INT($D2) | text | YES |