+ Reply to Thread
Results 1 to 3 of 3

Show Text if a cell has ever had certain value

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

    Show Text if a cell has ever had certain value

    Hi, hoping someone can help me. I have a excel file that tracks completion rates and has lots of formulas but there is one that I cannot figure out.

    I want a formula that will display "not completed in time" (for example) if completion isn't 100% by the planned completion date. The problem I have is that I want to have a record of this and if the completion rate becomes 100% after the planned completion date it will no longer show "not completed in time". Is there a way to setup a formula that will show data in a cell if the formula has EVER met certain criteria. Hope I'm making sense.

  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: Show Text if a cell has ever had certain value

    You could use a simple IF statement in a cell to do that. Assuming the percentage of completion value will be recorded somewhere on the sheet, you could just use:

    =IF(A1<100%,"Not completed in time","")

    Where A1 is the cell storing the percentage value completed. Adjust as needed.

    - Moo

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

    Re: Show Text if a cell has ever had certain value

    Hi Moo, thanks for the reply.

    I don't think a simple IF statement will work. I will explain a bit more as maybe I wasn't clear.

    Assume the cells have the following:
    A1 = Planned completion date
    B1 = Completion percentage
    C1 = Completed in time (yes or no)

    If A1 has today's date and 100% has been entered into cell B1 tomorrow (or sometime after) I would like C1 to say it wasn't 100% completed by the planned completion date.
    Alternatively if B1 is marked @ 100% prior to the date in A1 I would like it in C1 it was completed in time.

    I was thinking of using the today() formula but obviously that will change daily so probably wont work.
    Is there any way to automatically put a the date when a cell B1 was @ 100%

+ 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. Show cell value(text) in comment box text, or mouse tool tip on an gif icon
    By JIBG in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 05-19-2014, 06:50 AM
  2. cell B will automatically show a text depending on the text on column A
    By Elainefish in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-05-2013, 05:57 AM
  3. [SOLVED] If 4 cells contain text, show the text from this cell
    By anglarna_ger in forum Excel General
    Replies: 3
    Last Post: 06-05-2012, 07:35 AM
  4. Compare cell text to set list and show text differences
    By NSTurk725 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-06-2009, 09:54 PM
  5. show different text in a text box depending on cell value
    By John Davies in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-29-2005, 06:05 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