View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Max date in auto-filtered range

wouldn't the subtotal function work?
=SUBTOTAL(104,Your date range)



Thanks, Gary. You're right, it does.

I tended only to use =subtotal(3,range) and =subtotal(9,range)

Thanks for directing me to this one.

Mark