Hi,
I want to see how I can move data over to blank coloumn called debit if they include negative values. So I have data that looks like the below. I was everything that is negative to move over to debit column on the same row.
Example:
Item Balance Debit
AB 709.09
CD 929.00
DS -312.01
SQ -2304.01
WS 201.00
Outcome
Item Balance Debit
AB 709.09
CD 929.00
DS -312.01
SQ -2304.01
WS 201.00