Remove single or multiple small brackets along with inside data with help of excel formula (Not VBA solution)

Siddhu11011

Board Regular
Joined
Jun 22, 2022
Messages
56
Office Version
  1. 365
Platform
  1. Windows
I just want to exclude data inside the small brackets along with brackets in excel.
ex. 1) ader25a (06/12/2022 - 06/13/2022)
2) ader25a (06/12/2022 - 06/13/2022)asde5942sd (05/05/2021 - 05/16/2021) sdfgtr12ed(09/12/2021 - 09/29/2021)
3) ader25a (06/12/2022 - 06/13/2022)asde5942sd (05/05/2021 - 05/16/2021)
4)12248fg
5)ader25a (06/12/2022 - 06/13/2022)asde5942sd (05/05/2021 - 05/16/2021) sdfgtr12ed(09/12/2021 - 09/29/2021)asde5942sd (05/05/2021 - 05/16/2021)

I want the output:
1) ader25a
2) ader25a & sde5942sd & sdfgtr12ed
3) ader25a & asde5942sd
4)12248fg
5)ader25a & asde5942sd & sdfgtr12ed & asde5942sd

One more thing, I have applied formula in which some functions are combined such as Trim, Clean, IFERROR, and MID are used. I just want solution which can be applied like this: =New Function(Trim(Clean(IFERROR(MID....
Above 5 examples are the end result of my formula. Please suggest any formula which I can use to exclude above mentioned data.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,215,731
Messages
6,126,535
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top