PHOENIX
01-20-2006, 01:57 AM
I'm working on a balance sheet.
One column is always going to be negative numbers, while another column will always be positive numbers, the end column will always be the resulting balance.
I want to make it so you dont have to type a "-" in front of every negative number.
How can I make/format a cell so that any number inside that cell is considered a negative number, without having to type the "-" everytime?
I need to keep the layout as shown below.
A | B | C | D | E | F | G
Date | Type | Description | Deduct | X | Add | Balance
The above line actualy starts on line 9. So only cells D9 and higher (D10,D11,D12,D13, etc. to end of page) will need to be negative.
Anyone know how to do this?
One column is always going to be negative numbers, while another column will always be positive numbers, the end column will always be the resulting balance.
I want to make it so you dont have to type a "-" in front of every negative number.
How can I make/format a cell so that any number inside that cell is considered a negative number, without having to type the "-" everytime?
I need to keep the layout as shown below.
A | B | C | D | E | F | G
Date | Type | Description | Deduct | X | Add | Balance
The above line actualy starts on line 9. So only cells D9 and higher (D10,D11,D12,D13, etc. to end of page) will need to be negative.
Anyone know how to do this?