Forum Discussion

itsMonty's avatar
itsMonty
Copper Contributor
Sep 25, 2024

Is there formula to list all future dates from a column filled with past and future dates?

In col. A I have a list of dates that correspond to invoice numbers found in col. B. This puts the dates out of sequence as some of them are dates to come.    Is there a formula to list just the da...
  • HansVogelaar's avatar
    Sep 25, 2024

    itsMonty 

    In C1:

    =FILTER(A1:A1000, A1:A1000>TODAY(), "")

Resources