+ Reply to Thread
Results 1 to 4 of 4

need a formula to display if a task has been done or not

Hybrid View

john dalton need a formula to display if... 03-04-2014, 05:57 AM
Fotis1991 Re: need a formula to display... 03-04-2014, 06:08 AM
john dalton Re: need a formula to display... 03-04-2014, 06:28 AM
Fotis1991 Re: need a formula to display... 03-04-2014, 06:51 AM
  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    need a formula to display if a task has been done or not

    I have sheet that looks a t data range and sees if a task is completed or outstanding.

    I need a formula for a column to run alongside 2 counter columns that indicate the job status.

    Please see the attached sheet with desired outcome.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: need a formula to display if a task has been done or not

    Hello

    Perhaps in I2 and copy down?

    Formula: copy to clipboard
    =IF(SUMPRODUCT(('Display Sheet'!$C$10:$C$29=A2)*('Cleaning Schedule'!$B$1:$D$1='Display Sheet'!$C$6))=0,1,2)


    EDIT:

    Also in J2 and copy down..
    Formula: copy to clipboard

    =IF($I2=1,"",MAX(J$1:J1)+1)


    In K2 and copy down.

    Formula: copy to clipboard
    =IF($I2=2,"",MAX(K$1:K1)+1)
    Last edited by Fotis1991; 03-04-2014 at 06:18 AM. Reason: EDIT
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Re: need a formula to display if a task has been done or not

    Thank you great solution !

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: need a formula to display if a task has been done or not

    You are welcome and thanks for the feed back.

+ 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 contingent task closed, THEN change formatting of dependent task cell
    By tek_9 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-29-2012, 08:40 PM
  2. Automatic Task Display
    By jcornish in forum Excel General
    Replies: 2
    Last Post: 02-20-2007, 10:34 PM
  3. Replies: 3
    Last Post: 09-28-2005, 04:05 PM
  4. [SOLVED] Display the results not the formula in the task bar
    By Paul K. in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-27-2005, 07:05 PM
  5. dialog box for active cell task to speed repeditive task
    By Todd F. in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-09-2005, 10: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