+ Reply to Thread
Results 1 to 2 of 2

rounding decimals in an IF statement

  1. #1
    Registered User
    Join Date
    06-25-2004
    Posts
    21

    Question rounding decimals in an IF statement

    =IF(Rollup!Q3<90,"o Displayed satisfactory learning and research abilities required to achieve course standards","o Displayed a superior job on learning and researching to achieve course standards, while maintaining a research average of "&Rollup!Q3&"%")

    I need to have the number from Rollup Q3 rounded to two decimal places (91.33 instead of 91.333333333) The formula is on a sheet called bullets, and there are several of these. Q3 on rollup is rounded using the number format, but when i tried to do this on the bullets sheet, nothing changed. Any Ideas?

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Try this:

    =IF(Rollup!Q3<90,"o Displayed satisfactory learning and research abilities required to achieve course standards","o Displayed a superior job on learning and researching to achieve course standards, while maintaining a research average of "&ROUND(Rollup!Q3,2)&"%")

    HTH

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

+ 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