![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a document imported to Excel which has values in it. Unfortunately the credit values have CR after them. Is there an easy way to format them to a minus sign or brakets, PLEASE?
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Not sure I understood fully, but this should help
=SUBSTITUTE(A1,"CR","")*-1 OR =SUBSTITUTE(A1,"CR","")*1 Both case sensitive It will be a real number. _________________ Kind Regards Dave Hawley OzGrid Business Applications Microsoft Excel/VBA Training ![]() [ This Message was edited by: Dave Hawley on 2002-03-15 04:53 ] |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Thanks Guys Works excellently using Substitute:
Output was this: 237.36CR Result was this: -237.36 Which is just what I wanted to achieve. Cheers again |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|