One of our accounting systems will export amounts with a suffix of " D" for debit balances (positive for non-accountants) and a " C" for Credit balances (negative). Obviously I can find and replace the " D" for my positive amounts, but I need to convert the ones with " C" to negatives. I can write a formula to do the conversion for me, but I hate having to use helper columns unless totally necessary and I'm hoping for a solution that I can roll out to users that aren't very Excel savvy. I was hoping there would be a creative number format that would convert suffixes to a positive or negative. I could write a macro to handle it or even a UDF potentially, but that would require me to process the data in another column and either reference that column or replace the existing contents.
Does anyone have any suggestions as to how I could accomplish a conversion within the same cells without the use of any helper columns?
Some examples:
31,012,685.81 C
309,949.33 D
2,965.41 C
Does anyone have any suggestions as to how I could accomplish a conversion within the same cells without the use of any helper columns?
Some examples:
31,012,685.81 C
309,949.33 D
2,965.41 C