Forum Discussion

mhar985's avatar
mhar985
Copper Contributor
Jun 03, 2020
Solved

Filter - Drop down menu to show rows with cells with one or more values

I've made a template for a project plan (sheet 1) and exported the information to a project report (sheet 2).    In the project report I want to be able to filter project activities pertaining to a...
  • mathetes's avatar
    mathetes
    Jun 09, 2020

    mhar985 

     

    The FILTER function is indeed expandable:

    =FILTER(Table1[[Proj Name]:[Random3]],(Table1[StartWeek]<=RequestedWk)*(Table1[LastWeek]>=RequestedWk))

    Gets the larger table view (as you can see in the attached). The key is in the red, where it now displays the starting column and the finishing.

    It could also be sorted, if that were important. Just nest the FILTER formula within a SORT and specify the column on which the sort is to be based.

Resources