View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default can I use autofilter with an equation

Hi
use the advanced filter for this

--
Regards
Frank Kabel
Frankfurt, Germany

"ds" schrieb im Newsbeitrag
...
I am trying to filter dates such that I want all rows where the date

is less
than 30 days forward. In other words I'm looking to see only the rows

which
are within the next 30 days.

In MS-Project VBA I can insert into the Finish Date field autofilter

the
fo0rmula Value:=(Now() - 28) and get my results

Thanks