Forum Discussion

Winter308's avatar
Winter308
Copper Contributor
Feb 23, 2022
Solved

INDEX and IF to show value from project plan

I have a data set in the form of a project plan, and would like to create a monthly summary report of this plan as it's quite large. My excel skills are very basic and I think I'm in over my head!  ...
  • HansVogelaar's avatar
    Feb 23, 2022

    Winter308 

    In B6:

    =FILTER('Project Stage Plan'!C6:C520,'Project Stage Plan'!J6:J520-DAY('Project Stage Plan'!J6:J520)=TODAY()-DAY(TODAY()),"")

    In C6:

    =FILTER('Project Stage Plan'!C6:C520,('Project Stage Plan'!I6:I520<TODAY())*('Project Stage Plan'!E6:E520<100%),"")

    In D6:

    =FILTER('Project Stage Plan'!C6:C520,('Project Stage Plan'!I6:I520>=TODAY())*('Project Stage Plan'!I6:I520<=TODAY()+14)*('Project Stage Plan'!E6:E520<100%),"")

Resources