How to stop a value convert to date after using Text to Columns feature in Excel 2010?

Jonnywalker

New Member
Joined
Nov 15, 2015
Messages
11
let's say I have a cell A1 contain 2 values input as (1,3/4), I want to separate the values into other columns like B1 (1) and C1 (3/4) using the Text to Columns delimited feature. However, it keeps showing me as C1(4-March) even though I formatted original cell to text format already.


Anyone has solution to this problem? Thank you guys in advance.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What exactly did you try?

Using that option will definitely not convert your data to dates.

Did you make sure to apply it all the relevant columns?
 
Upvote 0
In the third step of Text To Columns, you can select a column (click it) in the table and then click one of the option buttons at the top to tell the dialog box how to handle that column... if you click the Text option button, the selected column will be treated as Text output. If you click the first column and shift-click another, all the cells from the first column you clicked to the second one you clicked with become highlighted and selecting an option button will then apply to all those selected columns all at once.



Funny thing is, even if I select text format on the third step of Text to Column, it still give me a date format...
 
Upvote 0
If you want to get MAX try this array formula

Code:
[B]=MAX(IF(ISERROR(("0 "&B1:D1)+0),B1:D1+0,("0 "&B1:D1)+0))[/B]

***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER

Excel 2010
ABCDE
1(1,3/4,1/2)13/41/21

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

I apologize I am pretty excel illiterate. When I copy and paste the code into B1 using CTRL+SHIFT+ENTER, it all return me with 0
 
Upvote 0
Funny thing is, even if I select text format on the third step of Text to Column, it still give me a date format...
If you select the correct column or columns, that is not possible (unless, possibly, if you have some VBA event code overriding things).
 
Upvote 0
What exactly did you try?

Using that option will definitely not convert your data to dates.

Did you make sure to apply it all the relevant columns?

sorry if it is a little bit misleading. Excel automatically convert my fraction value into date format. I tried the third step which export the data with Text option, which did not help, I am still getting the date format.
 
Upvote 0
I don't know why this is so difficult. I have no issues getting max values.


Excel 2010
ABCDEF
1(3 1/2,3/4,4 1/2)3 1/23/44 1/24 1/2
2(1 1/3,2 1/5,4 1/4,1 3/4)1 1/32 1/54 1/41 3/44 1/4
Sheet3
 
Upvote 0
When are you actually using Data>Text to columns...?

Are you using it or are you just opening text files?
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,673
Members
449,178
Latest member
Emilou

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