Removing extra parentheses in Excel

Bird222

Diamond Member
Jun 7, 2004
3,641
132
106
Is there a way to have excel check a formula to see if there are extra/unneeded parentheses in it? I've got some pretty long formulas that I'm sure have unneeded parentheses in them.
 
Last edited by a moderator:

OverVolt

Lifer
Aug 31, 2002
14,278
89
91
I like extra parentheses.

You could write a script to do it but I wouldn't really trust anything of importance to a script written in a short time without alot of testing soo....

Just be happy the formulas are already completed?
 

kranky

Elite Member
Oct 9, 1999
21,019
156
106
I don't know how that could be done without writing code. I would not mess with long formulas that are working as intended.
 

Possessed Freak

Diamond Member
Nov 4, 1999
6,045
1
0
You are forcing order of operations with the parenthesis. I would not want any automated script removing them.
 

Zorba

Lifer
Oct 22, 1999
15,613
11,255
136
Do yourself a big favor and move long formulas to user defined functions (VBA). Makes them so much easier to read/check.