View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] michaeloj.simpkins@gm.com is offline
external usenet poster
 
Posts: 2
Default Date Interval Predictions

I currently have a worksheet of data containing info on invoices. One
column contains the expiry dates of the invoices. I am wanting to run a
report which will extract all the invoices that expire within the next
90 days of the report being run. Something along the lines of Today()
and <Today()+90. Any ideas anyone?