+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Change the content of a cell

  1. #1
    Registered User
    Join Date
    02-17-2012
    Location
    Regina, Canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Arrow Change the content of a cell

    Hello,

    I work for a construction company and I am making this spreadsheet to keep track of work. I have a job status column with a drop down list. I was the job status to change automatically to complete once we input a date in a different column. I made a simplified example below;

    I have a drop down list in cell A1. The options in the drop down are "Ready", "Active" or "Complete". I need help finding a way to make the value in cell A1 become the text "Complete" if there is any value in cell B1.

    Can anyone help me with this?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Change the content of a cell

    In the dropdown cell add this formula...

    =if(isblank(your_date_cell,what_ever_you_it_to_show,"Complete")

    If that doesnt work, maybe upload a sample to work on?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    10-28-2011
    Location
    Delhi
    MS-Off Ver
    Excel 2007
    Posts
    101

    Re: Change the content of a cell

    Excel does not allow any formula to yield result for value(s) in the cell where you are applying the formula.

    You may use another cell (may be C1) instead.

    =If(Isblank(A1),"","Complete")
    Last edited by sushil10s; 02-20-2012 at 11:06 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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