Help: auto-copy entire rows from 1 sheet (based on cell criteria) to another sheet.
hey
use this formula
=IF((Sheet1!A1-TODAY())<=7, Sheet1!A1, "")
drag this down. but his will bring empty cells. but will copy all the
cells with date less than 7 days. Tell me if it works.
|