Slicers / Filter to display select criteria

Copper Contributor

I am working with a large table (small excerpt below) and I would like to create a slicer/filter, etc. to display only projects with an IFC submittal due in 30 or fewer days.

 

My hope is that my boss could enter the spreadsheet, and go to a separate summary tab where he will be presented with only the projects with 30 or fewer days left until IFC is due.

 

I've used conditional formatting to call them out. but, am looking for a way to simply present the Description and the Days Until IFC Due specifically for those with 30 or fewer days until due.

 

I'm kind of lost of the best way to do this. so, any help is really appreciated.

 

DescriptionScope Summary / TaskTeam LeaderPMDays Until IFR DueDays Until IFC Due
--AdamCDF-5010
----ChoCHO-4317
------AndyCDF-3624
--------AndyCDF-2931
----------AndyCDF-2238
--AdamCDF-1545
----AndyCDF-852
------AndyCDF161
--------AndyCDF868
----------GregCDF1575
--GregCDF2282
----GregCDF2989
------AndyCDF3696
--------AndyCDF43103

 

1 Reply

@ebruzgulis-work 

You may use FILTER() function

image.png

as

=FILTER(Table1,Table1[Days Until IFC Due]<=$K$1)