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
Use the following formula in G3
cell then drag and drop to down and right as needed. Hope this will help you.
=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:
In K4 enter:
=MATCH("Complete",E:E,0)
In K5 enter:
=IFERROR(MATCH("complete",INDEX(E:E,K4+1):INDEX(E:E,9999),0)+K4,"")
and copy downward. Column K defines the rows of interest.
In G4 enter:
=IFERROR(INDEX(B:B,$K4),"")
copy this both across and downward: