+ Reply to Thread
Results 1 to 2 of 2

Formatting combined Cells

  1. #1

    Formatting combined Cells

    I have a column where the cell's numerical value progresses by .01 and
    is formatted to two decimal places. I am adding that cell's value to
    the adjacent cell combined with a string [="Text"& B1] but values of
    ..10, .20, .30 etc. are dropping the trailing 0 giving me .1, .2 etc.
    How do I fix this formatting?

    Thanks for any help.


  2. #2
    JulieD
    Guest

    Re: Formatting combined Cells

    Hi

    use
    ="Text "& Text(B1,".00")

    --
    Cheers
    JulieD
    check out www.hcts.net.au/tipsandtricks.htm
    ....well i'm working on it anyway
    <[email protected]> wrote in message
    news:[email protected]...
    >I have a column where the cell's numerical value progresses by .01 and
    > is formatted to two decimal places. I am adding that cell's value to
    > the adjacent cell combined with a string [="Text"& B1] but values of
    > .10, .20, .30 etc. are dropping the trailing 0 giving me .1, .2 etc.
    > How do I fix this formatting?
    >
    > Thanks for any help.
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1