Forum Discussion

JVladev's avatar
JVladev
Copper Contributor
Apr 23, 2024

Display start and end of tasks

Hello, If anyone can help, I have a table of tasks and a row showing days, and below that row are rows with the completion of tasks, which is marked with an "x". How to display information in column...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 24, 2024

    JVladev 

    Sorry, I was careless. Try these (again confirmed by pressing Ctrl+Shift+Enter):

     

    =IF(COUNTIF(D5:AQ5, "x"), INDEX($3:$3, MIN(IF(D5:AQ5="x",COLUMN(D5:AQ5)))), "")

     

    =IF(COUNTIF(D5:AQ5, "x"), INDEX($3:$3, MAX(IF(D5:AQ5="x",COLUMN(D5:AQ5)))), "")

Resources