All,
I'm trying to get the input from this table
Screen Shot 2016-02-04 at 9.16.41 AM.png
to populate into this table if the "Date Out" (column 0) <= TODAY()+10. I'd like it to populate from earliest Date Out to latest.
Screen Shot 2016-02-04 at 9.16.49 AM.png
I'm using this formula, but it's returning the error "you've entered too few arguments..." Can someone please advise?
=IF(ROWS($A$1:$A1)>COUNTIF($O$2:$O$1000<=TODAY()+10,"",INDEX($N$2:$N$1000,SMALL(INDEX(($O$2:$O$1000<=TODAY()+10)*(ROW($A$2:$A$1000)-ROW($A$2)+1),),COUNTA($N$2:$N$1000)+COUNTBLANK($N$2:$N$1000)-COUNTIF($O$2:$O$1000<=TODAY()+10+ROWS($A$1:$A2))))
Thank you!!!
Bookmarks