Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jason2444
 
Posts: n/a
Default converting decimals to fractions

using a formula to combine multiple cells. one of the cells has a fraction 5
1/4 . the results of the formula from the combined cells is converting the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5 1/4
fraction. I have tried formating the cell but that dosen't seem to work.
Using excel 2002
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default converting decimals to fractions

Hi Jason

If I enter 5 1/4 in A1, and 2 in B1 in C1=A1+B1 returns 7 1/4 for me,
when I format C1 the same as A1.

If, however, you were wanting to concatenate this to show, say, 7 1/4
inches, then =C1&" inches" will return 7.25 inches.
IF this is your problem, then use
=Text(C1,""# ?/?")&" inches"

--
Regards

Roger Govier


"jason2444" wrote in message
...
using a formula to combine multiple cells. one of the cells has a
fraction 5
1/4 . the results of the formula from the combined cells is
converting the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5 1/4
fraction. I have tried formating the cell but that dosen't seem to
work.
Using excel 2002



  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default converting decimals to fractions

Format the cell as

# ??/??

--

HTH

RP

"jason2444" wrote in message
...
using a formula to combine multiple cells. one of the cells has a fraction

5
1/4 . the results of the formula from the combined cells is converting

the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5 1/4
fraction. I have tried formating the cell but that dosen't seem to work.
Using excel 2002



  #4   Report Post  
Posted to microsoft.public.excel.misc
jason2444
 
Posts: n/a
Default converting decimals to fractions

let me explain a little better
A1 width
B1 5 1/4
C1 =a1&" "&b1
showing up as width 5.25
need to show up as width 5 1/4

thanks.

"Roger Govier" wrote:

Hi Jason

If I enter 5 1/4 in A1, and 2 in B1 in C1=A1+B1 returns 7 1/4 for me,
when I format C1 the same as A1.

If, however, you were wanting to concatenate this to show, say, 7 1/4
inches, then =C1&" inches" will return 7.25 inches.
IF this is your problem, then use
=Text(C1,""# ?/?")&" inches"

--
Regards

Roger Govier


"jason2444" wrote in message
...
using a formula to combine multiple cells. one of the cells has a
fraction 5
1/4 . the results of the formula from the combined cells is
converting the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5 1/4
fraction. I have tried formating the cell but that dosen't seem to
work.
Using excel 2002




  #5   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default converting decimals to fractions

Hi Jason

Then try
=A1&" "&TEXT(B1,"# ?/?")

Apologies, an extra " had crept into my original formula!!!!

--
Regards

Roger Govier


"jason2444" wrote in message
...
let me explain a little better
A1 width
B1 5 1/4
C1 =a1&" "&b1
showing up as width 5.25
need to show up as width 5 1/4

thanks.

"Roger Govier" wrote:

Hi Jason

If I enter 5 1/4 in A1, and 2 in B1 in C1=A1+B1 returns 7 1/4 for me,
when I format C1 the same as A1.

If, however, you were wanting to concatenate this to show, say, 7 1/4
inches, then =C1&" inches" will return 7.25 inches.
IF this is your problem, then use
=Text(C1,""# ?/?")&" inches"

--
Regards

Roger Govier


"jason2444" wrote in message
...
using a formula to combine multiple cells. one of the cells has a
fraction 5
1/4 . the results of the formula from the combined cells is
converting the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5
1/4
fraction. I have tried formating the cell but that dosen't seem to
work.
Using excel 2002








  #6   Report Post  
Posted to microsoft.public.excel.misc
jason2444
 
Posts: n/a
Default converting decimals to fractions

hey thanks that was the ticket!

"Roger Govier" wrote:

Hi Jason

Then try
=A1&" "&TEXT(B1,"# ?/?")

Apologies, an extra " had crept into my original formula!!!!

--
Regards

Roger Govier


"jason2444" wrote in message
...
let me explain a little better
A1 width
B1 5 1/4
C1 =a1&" "&b1
showing up as width 5.25
need to show up as width 5 1/4

thanks.

"Roger Govier" wrote:

Hi Jason

If I enter 5 1/4 in A1, and 2 in B1 in C1=A1+B1 returns 7 1/4 for me,
when I format C1 the same as A1.

If, however, you were wanting to concatenate this to show, say, 7 1/4
inches, then =C1&" inches" will return 7.25 inches.
IF this is your problem, then use
=Text(C1,""# ?/?")&" inches"

--
Regards

Roger Govier


"jason2444" wrote in message
...
using a formula to combine multiple cells. one of the cells has a
fraction 5
1/4 . the results of the formula from the combined cells is
converting the 5
1/4 to 5.25 how do I get the result of the formula to retain the 5
1/4
fraction. I have tried formating the cell but that dosen't seem to
work.
Using excel 2002






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
Converting decimals into hh:mm Shandy720 Excel Worksheet Functions 4 October 11th 05 06:10 PM
converting fractions to decimal PDI-AV Excel Discussion (Misc queries) 5 June 25th 05 03:43 AM
How do I sort a column consisting of fractions, decimals, and who. Split Window Diner Excel Discussion (Misc queries) 4 May 16th 05 05:51 PM
Converting imported numbers to decimals (rather than /100) Frustrated Excel user Excel Worksheet Functions 2 April 5th 05 05:46 PM
Fractions to Decimals problem nickravo Excel Discussion (Misc queries) 1 March 7th 05 10:34 AM


All times are GMT +1. The time now is 05:19 PM.

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

About Us

"It's about Microsoft Excel"