+ Reply to Thread
Results 1 to 3 of 3

Insert a specific text If the number is equal to 1

  1. #1
    Registered User
    Join Date
    09-25-2013
    Location
    Türkiye
    MS-Off Ver
    Excel 2013
    Posts
    17

    Insert a specific text If the number is equal to 1

    Hello,

    I have the following datas as an example;

    A1: %90
    A2: %100
    A3: %75

    According to those datas I want to get the following results;

    B1: On going
    B2: Done
    B3: On going

    So basically I want to tag columns which are equal to 100% as "Done", and the rest is as " On going".

    Please I need help about that.

    Thank you.

  2. #2
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Insert a specific text If the number is equal to 1

    oozden, Good morning.

    Try to use:
    B1 --> =IF(A1=100%,"Done","On going")
    Copy down the formula.

    Please, tell us if it worked for you.
    I hope it helps.
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Insert a specific text If the number is equal to 1

    Or this

    =LOOKUP(A1,{0,1},{"On going","Done"})
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Replies: 0
    Last Post: 12-02-2013, 02:50 PM
  2. Replies: 3
    Last Post: 12-12-2012, 12:30 PM
  3. [SOLVED] Insert descriptive text in another row when specific number is entered
    By nesbensen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-03-2012, 02:53 PM
  4. Find and show sum of values that equal a specific number
    By nplouffe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-19-2011, 12:07 PM
  5. Sum of 2 cells in a column equal a specific number
    By philippe1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-14-2011, 01:43 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