Re: How do I format Concatenate function?
- From: Ron Rosenfeld <ronrosenfeld@xxxxxxxxxx>
- Date: Tue, 10 Apr 2007 07:50:52 -0400
On Tue, 10 Apr 2007 04:22:00 -0700, deepc <deepc@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
My goal is to combine 2 values that are calculated in their respective cells
into one string.
What I have is the number '2' in cell A1 and the number '3 1/8' in cell B1.
I want to come up with the text 2'-3 1/8" in cell C1. My problem is that the
inches part of it comes out in decimals, not as a fraction, ie. I get
2'-3.0625" instead. What is the easiest way to solve this? I've got thousands
of cells to convert.
Use the TEXT work*** function to format. E.g:
=TEXT(A1, "# ?/8") & "-" & TEXT(B1, "# ?/8")
--ron
.
- Prev by Date: Re: Can I trace dependants for a multiple selection?
- Next by Date: Re: How do I format Concatenate function?
- Previous by thread: Re: Can I trace dependants for a multiple selection?
- Next by thread: Re: How do I format Concatenate function?
- Index(es):