98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » How to remove brackets (parentheses) from a cell? | Excel forum
How to remove brackets (parentheses) from a cell? | Excel forum
Resolved · High Priority · Version 2010
Maria has attended:
Excel Advanced course
How to remove brackets (parentheses) from a cell?
Hi,
Please can you tell me how I can remove the brackets from a cell that has a formula in it?
Find/Replace doesn't work because of the formula in the cell.
Neither does adding *1 at the end of the equation.
How do I get around showing my debits and credits in just numbers with no +/-?
Thanks,
Maria
RE: How to remove brackets (parentheses) from a cell?
Hi Maria
Thank you for your question. You have a couple of options. You can enclose the formula with an ABS() function. This will strip the positive and negative from the number, just leaving the value.
Alternatively it sounds like the brackets are appearing around your negative values because a number format has been applied.
Highlight your cells, right click and choose format cells. In the Number tab choose the custom format.
Search down the list of formats until you find
#,##0;[Red]-#,##0
the semi colon divides the formats for positive numbers and negative numbers
select this format and in the Type box edit the negative half of the format by removing
[Red]-
in other words the format will be the same for both positive and negative formats.
so you can either return a value that is always positive using abs() or retain the true value but make it appear without brackets using a custom number format.
Hope this helps - let me know if you need any further help.
Kind regards,
Andrew
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Outlining - Grouping rows or columnsHighlight want you want to group and press ALT + SHIFT + left cursor arrow |