| | | | A | B | C | | 1 | =CELL("address",B1) = $B$1 | 5 | | | 2 | =CELL("address",B1:B4) = $B$1 | 10 | | | 3 | =CELL("col",B3) = 2 | 15 | | | 4 | =CELL("color",B2) = 0 | 20 | | | 5 | =CELL("contents",B1) = 5 | some text | | | 6 | =CELL("filename",C2) = C:\Temp\[Book1.xls]Sheet1 | | | | 7 | =CELL("format",B2) = F0 | | | | 8 | =CELL("parentheses",B4) = 0 | | | | 9 | =CELL("prefix",B5) = ' | | Left aligned text | | 10 | =CELL("prefix",B5) = '' | | Right aligned text | | 11 | =CELL("prefix",B5) = ^ | | Centre aligned text | | 12 | =CELL("prefix",B5) = \ | | Fill aligned text | | 13 | =CELL("prefix",B5) = | | Blank when anything else | | 14 | =CELL("protect",B5) = 1 | | Cell is not locked | | 15 | =CELL("protect",B8) = 0 | | Cell is locked | | 16 | =CELL("row",B4) = 4 | | | | 17 | =CELL("type",B2) = v | | Value | | 18 | =CELL("type",B5) = l | | Label / Text | | 19 | =CELL("type",B6) = b | | Empty Cell | | 20 | =CELL("type",A19) = l | | Function | | 21 | =CELL("width",B4) = 52 | | | | 22 | =CELL("format",B3) = G | | General | | 23 | =CELL("format",B3) = F0 | | 0 | | 24 | =CELL("format",B3) = ,0 | | #,##0 | | 25 | =CELL("format",B3) = F2 | | 0.00 | | 26 | =CELL("format",B3) = ,2 | | #,##0.00 | | 27 | =CELL("format",B3) = C0 | | £#,##0_);(£#,##0) | | 28 | =CELL("format",B3) = C0- | | £#,##0_);[Red](£#,##0) | | 29 | =CELL("format",B3) = C2 | | £#,##0.00_);(£#,##0.00) | | 30 | =CELL("format",B3) = C2- | | £#,##0.00_);[Red](£#,##0.00) | | 31 | =CELL("format",B3) = P0 | | 0% | | 32 | =CELL("format",B3) = P2 | | 0.00% | | 33 | =CELL("format",B3) = S2 | | 0.00E+00 | | 34 | =CELL("format",B3) = G | | # ?/? | | 35 | =CELL("format",B3) = G | | # ??/?? | | 36 | =CELL("format",B3) = D4 | | m/d/yy | | 37 | =CELL("format",B3) = D4 | | m/d/yy h:mm | | 38 | =CELL("format",B3) = D4 | | mm/dd/yy | | 39 | =CELL("format",B3) = D1 | | d-mmm-yy | | 40 | =CELL("format",B3) = D1 | | dd-mmm-yy | | 41 | =CELL("format",B3) = D2 | | d-mmm | | 42 | =CELL("format",B3) = D2 | | dd-mmm | | 43 | =CELL("format",B3) = D3 | | mm/dd/yy | | 44 | =CELL("format",B3) = D5 | | mm/dd | | 45 | =CELL("format",B3) = D7 | | h:mm AM/PM | | 46 | =CELL("format",B3) = D6 | | h:mm:ss AM/PM | | 47 | =CELL("format",B3) = D9 | | h:mm | | 48 | =CELL("format",B3) = D8 | | h:mm:ss |
| |