+ Reply to Thread
Results 1 to 4 of 4

Display numerical result of a cell with Text as well

  1. #1
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    Display numerical result of a cell with Text as well

    I want to display in cell A2 the numerical result of cell A1.

    If the result is <=.99, I also want it to put a 'p' after the amount and the words "Special".

    If the result is >.99, I want it to put a £ sign in front of the value, but no p after it, and also the word "Special".

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Display numerical result of a cell with Text as well

    Try this:

    =IF(A1<=0.99,A1&"p Special",CHAR(163)&A1&" Special")

    - Moo

  3. #3
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    Re: Display numerical result of a cell with Text as well

    Brilliant, thank you so much!!

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Display numerical result of a cell with Text as well

    You're welcome. Glad I could help!

    - Moo

    - - - - - - - - - -
    If you are satisfied with the solution(s) provided, please mark the thread as [SOLVED] by clicking on the words 'Thread Tools' above your 1st post in this thread. Then select 'Mark Thread as Solved'.

    Also, a good way to 'Say thanks' to those who have helped is to click on the star below their name in one of their posts. It's always appreciated.

+ 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