Fraction Formatted As General Not Letting To Do Calculations

Apr 28, 2012

Below is a sample. I was given a spreadsheet and it contains fractions formatted as General. I need to do a calculation based on the fractions. Example there is a number in A1 lets say 3 and a fraction formatted as general in a2 1/216 and I need to multiply A1 * A2 but obviously I get a value error. If I go to another sheet and format the cell as a fraction then the multiplication works. My spreadsheet is full of the general formatted fractions.

A1321/2163 4 5 60.0138888897 8#VALUE!Spreadsheet FormulasCellFormulaA6=(A1*1/216)A8=A1*A2

View 3 Replies


ADVERTISEMENT

Dd/mm/yy Minus Yymmdd (formatted As General)

May 17, 2006

I use the first six numbers of a SA Identity number to calculate the age of a person as these six digits are actually the year (yy) followed by the month (mm) followed by the day (dd), I am born 01 September 1962, and therefore my first six digits are 620901.

Assume the figure 620901 is placed in Cell A1

Now, in another cell, say A4, I have a future date, but this value is formatted as dd/mm/yyyy. Assume this value to be 01/10/2017.

Firstly, I'd like to know How old I AM at that date and secondly, just because I am battling so, how old I will be on my next birthday, because adding the figure 1 to a total has never been so useless - it just doesn't work! I tried adding all sorts of numbers for months and days in a year but there was no consistency.

So here is my question: Simple - how do I get this to work?

On 1/10/2017 I will be 55, or turning 56 At Next Birthday. I have the following function that gives the answer of 55, but not 56 ANB even after 1 additional year is added to the function (the cell is formatted as yy):

Cell A6 Function = A4-DATE(LEFT(A2,2)+1900,MID(A2,3,2),MID(A2,5,2))

Also, ON my birthdate, 01/09/2017, it says that I am 54, and it has to be wrong because I would have turned 55, unless the function uses time and not just the actual date somewhere. On the next day it does, at least, see me as 55.

how to add calculate what my age will be AT MY NEXT BIRTHDATE for any given date in A4?

View 4 Replies View Related

Keeping Ending Zeros In Cells Formatted For Text Or General?

Nov 14, 2012

Is it possible to keep ending zeros in cells that are formatted for Text or General?

I have a column with numbers like the following: 264400

I need to format this number for three decimals so it will look like the following: 264.400

I need the column to be formatted for either Text or General. Currency breaks a system.

View 1 Replies View Related

Excel 2010 :: Removing Comma From A Cell Formatted As General

Mar 10, 2013

I have a set of data that has a company name using commas to separate INC and LLC from the company name. e.g. Acme Explosives, LLC

I'm using Excel 2010, and when I try to use the find/replace functionality to find commas, I get an error message saying "We couldn't find what you were looking for. Click Options for more ways to search.

Short of editing all the fields manually (only about 300, so not too bad), I'm hoping there is a simple way to replace these commas with nothing.

View 9 Replies View Related

Symbols For General Number And General Letter

Aug 7, 2008

I'm trying to make an excel formula that generalizes product names based on their format. So the general format would be XYZ08/T13. I know a ? is equal to a general letter, but is their a symbo that specifically means letter or number. I'm running into problems using the ? because the formula ends up identifying additional items that are not products as products.

View 9 Replies View Related

ActiveX Control Text Box Inserted Which Is Not Letting To Fetch The Desirous Result?

Apr 20, 2014

In A1 there is an ActiveX Control Text Box inserted, now in A1 cell which is beneath this text box contain the formula that if A9 is blank than "Customer Name" should appear else it should show blank. But the problem is when I write some thing in this text box which is connected with A9, formula works as "Customer Name" disappears but when I delete in text box it simply acts as if something is still present in cell A9 and formula does not comeback to "Customer Name" again & therefore in order to appear "Customer Name" I have to go to A9 and press delete button to get the desirous result from the formula.

Readers are requested to make this formula work becz the situation in which this formula has been invented is well fitted and not other formula can supplant it.

View 1 Replies View Related

Hiding Sheets But Still Letting Macros Run When Printing Hidden Sheets

Nov 10, 2008

i have a workbook that has the following sheets

working sheet
job sheet
receipt of deposit letter
completion sheet
delivery note
delivery note (2)
odd
even
t&t
glass
ggf

i want to hide every sheet except the working sheet.
I have tried this but the macros bring up an error when i run the macro

my macros involve printing certain pages dependng on what button is pressed

i get an error whatever
how do i stop this

View 14 Replies View Related

Fraction In Formula Bar

Nov 4, 2011

How do I get a fraction to show as a fraction rather than decimal in the formula bar by formatting the cell as text.

For ex:

I have "-3/4" in a cell formated as "TEXT" I expect it to show "-3/4" in formula bar but it shows "-0.75".

View 7 Replies View Related

Combing 2 Cells Into 1 But Using A Fraction..

Nov 24, 2008

Im combing 2 cells into 1 but using a fraction..

I created 2 examples of what im trying to do..

Example.
A1 = 22
A2 = 11 3/4

=A1&"'-"&TEXT(A2,"# ?/?")&"''"

[b]22'-11 3/4"[b]

but when A2 = 11

i get this..

22'-11___''
on excel it has some space between the 11 and '' but i cant show that here..

i would like the '' to be next to the 11. is there any way to do that?

View 3 Replies View Related

Fraction Converting To Whole Number?

Aug 28, 2013

I have copied from a website some data regarding steel weights, for example 1/16 .005 copies to one cell, when I try text to columns to separate the whole column and move the decimal .005 to the next column the 1/16 changes to 41290. The data copies quite well as HTML into Excel except for where a lone fraction value becomes a 5 digit number beginning with 41***. I can find no conversion calculator on the web to determine what's happening.

View 4 Replies View Related

Decimal To Fraction (Inches)

Oct 28, 2008

Could someone please tell me what is wrong with this formula. I have been looking at it for so long, I can't even concentrate .....

View 9 Replies View Related

Converting Decimals To Fraction...

Sep 25, 2009

Can anyone help me with a code for converting decimal number to a nearest 1/16 th fraction. For example converting number 2.1875 to 2 3/16 and so on...Also if it is 2.5 it should display 2 1/2...

View 14 Replies View Related

Rounding Off To He Nearest Fraction

Sep 18, 2009

I write up job cards that require measurements in fraction form. Usually whenever i want to round off a figure , say 10/16, to 5/8, i right click on the figure and format cell it. However, this can be quite time consuming if there are multiple cells and are of a different breakdown.

What i would like to know if there's a shortcut way where when the 10/16 is in the cell, it automatically rounds off to the nearest fraction.

View 9 Replies View Related

Number Left In A Fraction?

Aug 19, 2012

I am wanting to get a function that can get the number from a fractions left side only . 13/14 2/1 1/5 etc

Col A varies in lenght so using a right function doesnt always work .

The result i need is in col B .

Sheet1  AB1DataResult2Fred Swchensoncenson [R63] 57 (13) 13/14 $39.40133Bob Bill [R54] 65 (7) 2/1 $3.3024Patrick Patrick [R56] 65->63.5 (10) 1/5 $12.6015Le Le [R56] 65 (2) 6/6 $3.4066John Ringopeterpaulandmaryslambgoingupahill [R58] 65 (2) 1/1 $2.8017Gold Silverbronzmetalmedals [R61] 58.5 (5) 16/15 $33.90168Mr Mycardontrun [R59] 68 (4) 1/1 $6.701

View 3 Replies View Related

Fraction Is Appearing As Decimal

Apr 13, 2007

I am joining two columns of data. first col. has size in fraction format: 7 3/8

second column has text string:

HABITAT CINCY POD HAT ERA BLK/RD

Concatenate= HABITAT CINCY POD HAT ERA BLK/RD 7.375

Changing fraction to decimal, needs to remain fraction.

I have played w/ the formatting to make Number w/ zero decimal places and then selected Fraction, but no luck there.

View 9 Replies View Related

Inches And Decimal Fraction

Jun 23, 2008

I am working on a simple calculater, what I want to do is figure sq. inches my problem is every thing I try the decimals won't calculate right,, this is a example of what I want to do

8.25x10.75= 81 sq"

View 9 Replies View Related

Format A Percentage With Fraction

May 13, 2009

Is there any way of formatting a cell to show a percentage with a fraction? For example, I'd like to show: 3 1/3%, 1 2/3%, 2 1/2%, etc.
I'm showing data to a client who will pull out his calculator and add up the decimals on his calculator and be unhappy that the numbers don't add up to 100%.

I can force the output by using TEXT() or multiple columns, but ideally, I'd like a custom format if possible.

View 9 Replies View Related

Rounding Down To The Nearest Fraction

Feb 27, 2004

I am trying to round a number down to the nearest 1/4". For example;

Round Down 8.80" to 8.75".

Is there any combination of Rounddown and Mround that will accomplish this?

View 9 Replies View Related

Pasting Fraction Turns Into Date

Feb 3, 2008

I am trying to paste in a decimal equivalent chart, loacted here:

http://www.advancedtool.com/prod02111.asp

which basically has a mixture of whole numbers and fractions, and how they equate in decimals.

When I paste this in, all the fractions turn into dates. So for instance 1/64 turns into Jan/64, and 1/32 is Jan/32. Now, I could go in and change each one, but I would like to know how to do this with cell format on the entire sheet....

I have tried to change the cell formats to "general" or "text" and of course fraction, but in this case, I have to go in and do each fraction cell individually. Now maybe I am being too lazy, and in the time it took me to look up my login information, and type this out, I likely could have re-done the worksheet, each cell individually, but I would like to know the way to fix this automatically.

View 11 Replies View Related

Using Numerator Of Range Of Fraction Values In VBA

Dec 15, 2013

I have created a "heat map" in VBA that takes fractional values and "ranks" them in 10 equal bands, then assigns a colour to each band. (Hopefully that made sense to you VBA experts out there)

However, I now want to look at the numerators of these fractions, rank these, and do something like "if the numerator is > x then proceed, else exit. Is there a way to reference these numerators directly? If so, is there a way to store them in some sort of array then take the max value too?

I've tried searching this and it seems like this should be a simple answer, but is there any way I can reference the numerator of a fraction in Excel? These cells will contain formulae; so they'll be E5/C5 for example.

View 3 Replies View Related

Insert Fraction Symbol Into Cell

Jun 20, 2009

I simply cannot insert a one eighth symbol in my spreadsheet.. I used to be able to see this in the Insert Symbols grib but now all I get are lots of question market.. if I use
selection.value = ChrW(8569)

the symbol does appear until I select the cell and press return, after which point it turns into a question mark.. I'm sure its something to do with my settings but I can't figure out what.. this is really important for me.

View 9 Replies View Related

Convert Fractions To Decimals And Decimal To Fraction

Feb 6, 2009

I know that if I enter =3/4 in a cell it will give me .75 but is there is formula to convert fractions into decimals or is this the best way to do it? I was also wondering if there is some way to convert the decimal amount to a fraction

for measurement conversions I know that
=B3*25.4 will convert a decimal to mm and so will the formula =CONVERT(E4,"in","mm")

and to convert mm to a decimal a few formula that work are
=CONVERT(H3,"mm","in")
=MROUND(H4/25.4, 1/8)
=H5/25.4
=INT(H6/25.39999918*8)/8

But is there a way to convert a fraction to the decimal and is there a way to convert mm to a fraction instead of the decimal equivalent of the fraction?
or maybe a formula to convert mm to inches but instead of the result being in decimal format it would be in fraction format?

View 4 Replies View Related

VBA Code For Replacing Continuous Fraction Numbers In One Row

Jun 19, 2014

I have attached my excel sheet. I have continuous fraction numbers in every attribute value. How can i write vba code for replacing continuous fraction numbers in on row

Attribute name1 Attribute Value1

materials1 1/2 IN ID, 2/3 IN LG, 4/5 IN OD 1/4 IN THK
materials2 1/2 IN ID, 2/3 IN LG, 4/5 IN OD
materials3 1/2 IN ID, 2/3 IN LG

example: 1/2 IN ID, 2/3 IN LG, 4/5 IN OD 1/4 IN THK in a single row

I have TOOL OUT sheet

ModelNumberAttributeValue Replace Value

1materials2/4 IN LG, 3/4 IN ID, 5/9 IN OD,1/15 IN THK
2materials1/2 IN LG, 2/9 IN
3materials4/15 IN
4materials5/18 IN
5materials4/19 IN
6materials2/4 IN
7materials1/2 IN
8materials4/15 IN
9materials5/18 IN
10materials4/19 IN LG, 9/8 IN
11materials2/4 IN LG, 3/4 IN ID, 5/9 IN OD,1/15 IN THK

I want this to converted in (Replace value column)

Example 0.5 IN LG, 0.75 IN ID, 0.55 IN OD,0.06 IB

Tool_to_replace_Fraction_to_decimal_v1_MrShorty.xlsm‎

View 14 Replies View Related

Formula To Convert Fraction Of Year To Months?

Jan 28, 2012

Inmates can apply for pre-release when they have half their minimum sentence served. For example 2 years 6 months. They would have to serve 1 year 3 months.

I use this formula

=DATE(YEAR(A1)-A5,MONTH(A1)-B5,DAY(A1)-B6)

Where A1 is half the years, B5 is half the months, and B6 is half the days. The problem is when an inmate is sentenced to a minimum of 3 years and 3 months. The latter formula will not calculate 1.5 years or 1.5 months. It rounds up. What I would like to do is covert the 1.5 years to months and the 1.5 months to days.

View 5 Replies View Related

Excel 2010 :: Return Percentage Of A Fraction In Row Above

Aug 8, 2012

I have row 2 formatted as a fraction and row 1 formatted as percentage.

I am looking for way to return the percentage of row 2 in row 1. I.E. If i have 3/4 in a2, I want it to return 75% in a1. I have figured a formula to return a percentage for numbers with only 1 item to the left of the division sign (i.e., 3/4). That correctly returns 75%. I am struggling with working a formula to also return larger numbers (e.g. 12/15).

I'm using excel 2010......

View 2 Replies View Related

Convert Fraction From ComboBox To Decimal In TextBox

Dec 16, 2007

i have a combo boxes populated with fractions 1/16, 1/8, 3/16, 1/4 etc up to 15/16.

i just want to output the chosen fraction to a textbox as a decimal.

This is done in a userform, not in a cell.

View 9 Replies View Related

Fraction Char / Display One-third In Userform Label Control?

Nov 26, 2013

Is there any way to display one-third 1/3 in a Userform label control?

View 9 Replies View Related

Sum Cells With General Format

Mar 12, 2009

I have a group of cells in E2:E4 that are 144.00 in, 240.00 in, and 72.00 in and are formatted as general.

I get these values when I export data from an AutoCAD program to Excel and I want to sum these values to get the total length.

I want to sum the three values and have the result be the same (i.e., ###.## in). The number of values can go to 30, so I need a simple line of code, =SUM(???)

View 9 Replies View Related

Import Csv As Text Not General

Feb 17, 2007

I need to be able to open or import a csv file and have the data be seen as text, not numbers. I can export programming from a phone system as a csv file, modify it and import it back into the phone system. some fields such as "seconds" are in the format 00. Excel sees it as a number and converts it to 0, which causes an error when I try to import again.

I have tried changing the csv to txt and copying it to a blank worksheet and then recording a macro using text to columns, but each export can be laid out differently, so a fixed array doesn't work. there can be over 100 columns so doing it manually and changing each column to text can be quite tedius.

View 5 Replies View Related

Extract Fraction From Text Without Converting To Date Serial Number

Jul 16, 2009

I have a cell with the following text in it that is being imported from a website "5/1 Smith T win". What i want to do is extract the "5/1" part without it being in the format of a date. I want it to be extracted in the format "?/???". I have entered the following formula to extract the "5/1"

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved