+ Reply to Thread
Results 1 to 5 of 5

Need a Formula for Conditional text to display in a Task planner

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    38

    Need a Formula for Conditional text to display in a Task planner

    Dear All Valuable members need a urgent help ,

    I am working on a task planner which approx has 3000 rows with different sub tasks , 5 to 6 tasks together makes a main task so i need to track the progress and make a dashboard for main task , in order to do that i have to manual feed in sub task status (which keeps changing eg. work which was not started now completed or overdue ) so i need to put a formula to put in main task column which will look all 5-6 task in Sub task column and tell me the final status as per the condition applied , attaching the sample file please help , and thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Need a Formula for Conditional text to display in a Task planner

    Hello,

    I have attached a solution, but it involves 5 "Helper Columns".

    It could be done in one formula, but it would be so complex, you would never be able to unravel it.

    I have chosen to perform a number of tests, counting the number of rows in each tack, and looking for "Overdue", Completed" etc in separate columns.

    Your decision to use Merged Cells also causes significant problems. This necessitated the formula in column E as it is the only way to look at where the task number changes. Secondly, you have merged cells in column C. These will have to go - you cannot copy down!

    Column J gives you the answer you have asked for, but as I said, you will not be able to merge the cells.

    Finally, it would be possible to create a UDF (using VBA), but some users cannot do this, or prefer not to.

    I hope this helps, please let me know!

    Regards,

    David


    - Please click on the *Add Reputation button at the bottom of helpful responses.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".

    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Need a Formula for Conditional text to display in a Task planner

    David is absolutely right about the issues caused by merged cells. They look nice, but they turn calculations into a mess. His helper column solution should work just fine. Alternatively, if you're willing to unmerge the cells, you can use some nested IF clauses. The formula below in C2, filled down, should work as long as everything is unmerged:

    =IF(COUNTIFS($A$2:$A$23,"Complete",$B$2:$B$23,$B2)=COUNTIF($B$2:$B$23,$B2),"Complete",IF(COUNTIFS($A$2:$A$23,"Overdue",$B$2:$B$23,$B2)>0,"Overdue",IF(COUNTIFS($A$2:$A$23,"Not Started",$B$2:$B$23,$B2)=COUNTIF($B$2:$B$23,$B2),"Not Started","In Progress")))
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-09-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    38

    Red face Re: Need a Formula for Conditional text to display in a Task planner

    Thanks for the Solution it worked, Super Awesome work done by both of your
    I have not unmerge Cells rather in the merge Cell i have taken reference of solution
    Cell which gives output of "Complete" , "Overdue" etc. and hide all other 5 columns ,
    Closed the tread added reputation to david and Cantosh
    Last edited by a1ksingh; 08-15-2016 at 02:26 PM.

  5. #5
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Need a Formula for Conditional text to display in a Task planner

    You're welcome, and thank you!

+ 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] Conditional Formatting a Planner
    By gloopy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-17-2015, 03:12 AM
  2. [SOLVED] need a formula to display if a task has been done or not
    By john dalton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-04-2014, 06:51 AM
  3. Task Planner - read out list of tasks for different employees
    By Jilseponie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2013, 09:11 AM
  4. Conditional formating Problem in holiday planner
    By barneseboy in forum Excel General
    Replies: 2
    Last Post: 09-23-2009, 06:03 AM
  5. Automatic Task Display
    By jcornish in forum Excel General
    Replies: 2
    Last Post: 02-20-2007, 10:34 PM
  6. [SOLVED] How do I set up an Human resources task planner
    By maureen1 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-15-2005, 11:50 AM
  7. [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

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