Dear Excel Experts-
We use SAP system and whenever I copy any data (from SAP) and paste it to excel, it paste it in following format (which is incompatible to sum):
1,468.98
29,463.83
2,281.10-
12,684.40-
64,254.04-
So this causes us manually to change it to:
1,468.98
29,463.83
-2,281.10
-12,684.40
-64,254.04
Is there a way I can write a formulae or function in VBA which will automatically change the 64,254.04- to -64,254.04 and leave the postive ones as it is? If there is something like that than I would really apprecite if you can provide the VBA code (procedure).
Thank You in advance.
Jay
We use SAP system and whenever I copy any data (from SAP) and paste it to excel, it paste it in following format (which is incompatible to sum):
1,468.98
29,463.83
2,281.10-
12,684.40-
64,254.04-
So this causes us manually to change it to:
1,468.98
29,463.83
-2,281.10
-12,684.40
-64,254.04
Is there a way I can write a formulae or function in VBA which will automatically change the 64,254.04- to -64,254.04 and leave the postive ones as it is? If there is something like that than I would really apprecite if you can provide the VBA code (procedure).
Thank You in advance.
Jay