I have following sample data and want to auto filter them based on status condition Complete using formula only. I know how to filter using
status
Complete
Use the following formula in G3 cell then drag and drop to down and right as needed. Hope this will help you.
G3
=IFERROR(INDEX($B$3:$E$12,SMALL(INDEX(ROW($A$1:$A$10)-($E$3:$E$12<>"Complete")*(1E+99)*-1,, ),ROW(1:1)),COLUMN(A$1)),"")
Snapshot: