+ Reply to Thread
Results 1 to 3 of 3

formatting number in a text field

  1. #1
    mathew
    Guest

    formatting number in a text field

    I'm sure this question will be a very easy one.
    I need to add a calculated number to a text field in an If statement but
    limit the number of decimal points.
    I have =IF(E28>0,"road system is "&E28,"good Job")
    Cell E 28 is a calculated percentage!
    How do I show this number as just a % in this If Statement?


  2. #2
    Jim Thomlinson
    Guest

    RE: formatting number in a text field

    Try this...

    =IF(E28>0,"road system is "& Text(E28, "0.0%") ,"good Job")
    --
    HTH...

    Jim Thomlinson


    "mathew" wrote:

    > I'm sure this question will be a very easy one.
    > I need to add a calculated number to a text field in an If statement but
    > limit the number of decimal points.
    > I have =IF(E28>0,"road system is "&E28,"good Job")
    > Cell E 28 is a calculated percentage!
    > How do I show this number as just a % in this If Statement?
    >


  3. #3
    mathew
    Guest

    RE: formatting number in a text field

    Jim: It worked great. Thank you very Much!

    "Jim Thomlinson" wrote:

    > Try this...
    >
    > =IF(E28>0,"road system is "& Text(E28, "0.0%") ,"good Job")
    > --
    > HTH...
    >
    > Jim Thomlinson
    >
    >
    > "mathew" wrote:
    >
    > > I'm sure this question will be a very easy one.
    > > I need to add a calculated number to a text field in an If statement but
    > > limit the number of decimal points.
    > > I have =IF(E28>0,"road system is "&E28,"good Job")
    > > Cell E 28 is a calculated percentage!
    > > How do I show this number as just a % in this If Statement?
    > >


+ 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