View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default building a value for a filter

Hi,

Use =""&TEXT(B3,"d/mm/yyyy")

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Joseph Atie" wrote:

i need to achieve a value 28/08/2009

to achieve this i have a field where the user enters the date they wish to
filter on

this is translated to the filter criteria by the following formula

= "" & B3

the problem is i get a result of 40053

if i put "" around the date i get "28/08/2009"

this does not work with the advanced filter.

help

what formula do i need to achieve my goal