+ Reply to Thread
Results 1 to 3 of 3

Display number as a result oif an IF statement

  1. #1
    Registered User
    Join Date
    09-19-2013
    Location
    Canberra
    MS-Off Ver
    Excel 2003
    Posts
    2

    Display number as a result oif an IF statement

    Hi,
    I am using bthe formula below to display a dynamic message based on a value in I107. The value is displayed as a %. The rwsult is displayed as a normal number. Is there anyway to fix this to display the number as 63%

    The formula
    =IF(I107>0.4999,I107 & "% see central support as an issue",J107& "see central support as not being a contributing factor")

    The result
    0.636363636363636% see central support as an issue

    The desired result
    63% see central support as an issue

    Appreciate your help

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Display number as a result oif an IF statement

    Try like this...

    =IF(I107>0.4999,TEXT(I107,"00.00%")&" see central support as an issue",J107& "see central support as not being a contributing factor")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    09-19-2013
    Location
    Canberra
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Display number as a result oif an IF statement

    Perfect, Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] IF statement - result based on a number
    By Christopherdj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2013, 09:14 PM
  2. Replies: 5
    Last Post: 06-21-2013, 10:40 AM
  3. If then statement. Want the result to display the number in another cell.
    By Thecellxchange in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-05-2013, 05:02 PM
  4. Disable Solver Result Dialog Box & Display Result in Cell
    By yauchildchew in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-04-2010, 01:46 PM
  5. Display Formula Result as Number
    By Ada01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-22-2008, 10:37 AM

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