Partial data extraction from a cell

linesite

New Member
Joined
Oct 10, 2009
Messages
41
I'm trying to extract the four digit year from a cell containing the following text:

08-01-2014 00:13

This is an example of a single cell of many rows of data all in the same column. I need a formula that will extract the year into the empty cell next to it on the same row. The data will always look like this and there is a single space separating the year and the time.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Momentman

Well-known Member
Joined
Jan 11, 2012
Messages
4,142
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Like this maybe

Excel 2010
AB
108/01/2014 00:132014
Sheet15
Cell Formulas
RangeFormula
B1=TEXT(A1,"yyyy")
 
Upvote 0

Momentman

Well-known Member
Joined
Jan 11, 2012
Messages
4,142
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Like this maybe
Excel 2010
AB
108/01/2014 00:132014

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet15

Worksheet Formulas
CellFormula
B1=TEXT(A1,"yyyy")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Real number? like
1*Text(A1,"yyyy")
 
Upvote 0

Forum statistics

Threads
1,195,712
Messages
6,011,259
Members
441,598
Latest member
chrispaulpearce

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
Top