Forum Discussion
ilmconsultant
Dec 14, 2023Copper Contributor
Change dollar value(+credit) to (-)debits
change from ( + ) to ( - )
HansVogelaar
Dec 14, 2023MVP
Using a formula:
=-C1
where the credit value is in C1.
Or change in place:
- Enter -1 in an empty cell.
- Copy this cell.
- Select the range with the positive values.
- Right-click in the selection.
- Select 'Paste Special...' from the context menu.
- Select Multiply.
- Click OK.
- You can now clear the cell in which you entered -1.
PeterBartholomew1
Dec 14, 2023Silver Contributor
That might well be what the OP is looking for!