Firstly, I am a novice working with Excel 2010 and using only formulas. I am working on a worksheet to help do a little bookkeeping. I am using the following formula in Column F as "helper cells" to determine what type of transaction is happening so I can have conditional formatting color the cell. If cell in column A was CREDIT, the value assigned to this column F helper cell would be 1... DEBIT would be 2, CHECK would be 3, 9030 would be 4, 4846 would be 5, and if column A cell was empty, the value would be 0 (zero).
=IF(A35="Credit",1,(IF(A35="debit",2,(IF(A35="check",3,(IF(A35="9030",4,(IF(A35="4846",5,0)))))))))
Can you help me simplify it? I know there has to be a better and easier way to do this.
Also, the numbers "9030" and "4846" are not getting recognized... apparently Excel is expecting a particular type of formatting (maybe text), but I seem to be pasting a number (from what the bank's transaction lists provides)
Excel experts, Please help me to get my formula to work and then to help me simplify it.
=IF(A35="Credit",1,(IF(A35="debit",2,(IF(A35="check",3,(IF(A35="9030",4,(IF(A35="4846",5,0)))))))))
Can you help me simplify it? I know there has to be a better and easier way to do this.
Also, the numbers "9030" and "4846" are not getting recognized... apparently Excel is expecting a particular type of formatting (maybe text), but I seem to be pasting a number (from what the bank's transaction lists provides)
Excel experts, Please help me to get my formula to work and then to help me simplify it.
A | B | C | D | E | F | ||||||
|
|
|
|
| |||||||
|
|
|
|
| =IF(A35="Credit",1,(IF(A35="debit",2,(IF(A35="check",3,(IF(A35="9030",4,(IF(A35="4846",5,0))))))))) | ||||||
| Thu, Jan 02, 2020 |
|
|
| |||||||
|
|
|
|
| |||||||
|
|
|
|
| |||||||
|
|
|
|
|