move number to next column

wrenlea1

New Member
Joined
Jan 31, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi All
Hopefully a simple question but I have not used excel properly for some while.....
I have a long column of names and dates all in the same format using ( ) around a year. It looks like this:-
John Doe (1976)
Could someone let me know what formula to add to the next column to pull the 4 digit number in brackets into the next column?
Thanks
Peter
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the Board!

Since you are using Excel 365, you should be able to use these functions:
Excel Formula:
=TEXTBEFORE(TEXTAFTER(A1,"("),")")
(for a value in cell A1)
 
Upvote 0
Try this formula:
Excel Formula:
=MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
 
Upvote 0
Try this formula:
Excel Formula:
=MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
Welcome to the Board!

Since you are using Excel 365, you should be able to use these functions:
Excel Formula:
=TEXTBEFORE(TEXTAFTER(A1,"("),")")
(for a value in cell A1)
I can and it works Many thanks Peter
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,139
Members
449,098
Latest member
Doanvanhieu

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