Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Number formating in CONCATENATE formula (Part 2)

Could anyone tell me how do this.

Two cells
(B3) which reads 175.50
(E3) which reads 6 15/16. (This one is the result of a formula and has been
formated to read as a fraction)

I would like the result of my CONCATENATE to read:
175.50mm [6 15/16"] but can't get the fraction to work.

This is what I have in my formula at the moment:
=CONCATENATE(FIXED(B3,1,TRUE), "mm [", FIXED(E3,2,TRUE)," in]")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Number formating in CONCATENATE formula (Part 2)

=TEXT(B3,"0.00")&"mm ["&TEXT(E3,"0 00/00")&"""]"

"V Padale" wrote:

Could anyone tell me how do this.

Two cells
(B3) which reads 175.50
(E3) which reads 6 15/16. (This one is the result of a formula and has been
formated to read as a fraction)

I would like the result of my CONCATENATE to read:
175.50mm [6 15/16"] but can't get the fraction to work.

This is what I have in my formula at the moment:
=CONCATENATE(FIXED(B3,1,TRUE), "mm [", FIXED(E3,2,TRUE)," in]")

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Number formating in CONCATENATE formula (Part 2)

Many thanks, that works beautifully! Unfortunately, it leads me to another
question though. I am working with Imperial measurements and so would prefer
forcing my fractions into the units found on a tape measure. Is there an
easy way to do that, or am I wishful thinking?

"Teethless mama" wrote:

=TEXT(B3,"0.00")&"mm ["&TEXT(E3,"0 00/00")&"""]"

"V Padale" wrote:

Could anyone tell me how do this.

Two cells
(B3) which reads 175.50
(E3) which reads 6 15/16. (This one is the result of a formula and has been
formated to read as a fraction)

I would like the result of my CONCATENATE to read:
175.50mm [6 15/16"] but can't get the fraction to work.

This is what I have in my formula at the moment:
=CONCATENATE(FIXED(B3,1,TRUE), "mm [", FIXED(E3,2,TRUE)," in]")

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Number formating in CONCATENATE formula (Part 2)

On Apr 16, 8:57 am, V Padale
wrote:
Many thanks, that works beautifully! Unfortunately, it leads me to another
question though. I am working with Imperial measurements and so would prefer
forcing my fractions into the units found on a tape measure. Is there an
easy way to do that, or am I wishful thinking?

"Teethless mama" wrote:
=TEXT(B3,"0.00")&"mm ["&TEXT(E3,"0 00/00")&"""]"


"V Padale" wrote:


Could anyone tell me how do this.


Two cells
(B3) which reads 175.50
(E3) which reads 6 15/16. (This one is the result of a formula and has been
formated to read as a fraction)


I would like the result of my CONCATENATE to read:
175.50mm [6 15/16"] but can't get the fraction to work.


This is what I have in my formula at the moment:
=CONCATENATE(FIXED(B3,1,TRUE), "mm [", FIXED(E3,2,TRUE)," in]")


What's it doing? Try "# ??/16" in the code instead of "0 00/00".
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Number formating in CONCATENATE formula (Part 2)

Bravo, that was Excellent! (Pun intended) :o) Now if I can just figure out
how to simplify the fraction!

"Spiky" wrote:

What's it doing? Try "# ??/16" in the code instead of "0 00/00".
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
Help with formating % in concatenate formula Outapin Excel Discussion (Misc queries) 7 December 2nd 05 02:52 PM
number formats after concatenate Mary Excel Worksheet Functions 1 October 14th 05 05:21 AM
superscript in part of a string when using concatenate Ged2 Excel Discussion (Misc queries) 1 August 23rd 05 02:47 PM
How to Concatenate with a text & number || cypher || Excel Worksheet Functions 1 June 25th 05 12:43 AM
Copy cell formating as part of a formula KepGuru Excel Worksheet Functions 1 March 3rd 05 05:12 PM


All times are GMT +1. The time now is 08:28 PM.

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"