Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Fraction to Decimal

I got an Excel Spread sheet from one of my suppliers and I'm trying to use the data to do a bulk import into my online store.

One of the fields is written in "general" format. All the cells in the column are written as fractions (including the " sign) i.e. 3 3/4"

I used the following function to strip off the "

=CONCATENATE(LEFT(AB2, LEN(AB2)-1))

My problem is no matter how I format the cells, I can't get the resulting fractional number to appear as a decimal number (I need it to be in decimal form not "behind the scenes" but visually in the cell so it imports properly.

I know that this should be simple, but it aint for me!

HELP!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,045
Default Fraction to Decimal

On Tue, 12 Feb 2013 22:11:13 +0000, Michael Dugan wrote:


I got an Excel Spread sheet from one of my suppliers and I'm trying to
use the data to do a bulk import into my online store.

One of the fields is written in "general" format. All the cells in the
column are written as fractions (including the " sign) i.e. 3 3/4"

I used the following function to strip off the "

=CONCATENATE(LEFT(AB2, LEN(AB2)-1))

My problem is no matter how I format the cells, I can't get the
resulting fractional number to appear as a decimal number (I need it to
be in decimal form not "behind the scenes" but visually in the cell so
it imports properly.

I know that this should be simple, but it aint for me!

HELP!


Replace the " with nothing, then coerce to a numeric value:

=--SUBSTITUTE(AB2,"""","")

The second argument consists of four "

  #3   Report Post  
Junior Member
 
Posts: 2
Default

After you strip, copy entire column and paste only values into another and change the format to general in number tab of format cells.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fraction to decimal Alvin Excel Programming 2 April 18th 10 10:48 PM
How can I turn a fraction into a decimal. sharder Excel Worksheet Functions 0 October 15th 09 05:09 PM
How can I turn a fraction into a decimal. Megan Excel Worksheet Functions 0 October 15th 09 04:54 PM
How can I turn a fraction into a decimal. Megan Excel Worksheet Functions 0 October 15th 09 04:49 PM
leave the decimal fraction Darrel Excel Worksheet Functions 3 July 6th 06 06:55 AM


All times are GMT +1. The time now is 01:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"