Thread: Excel problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maureeze Maureeze is offline
external usenet poster
 
Posts: 2
Default Excel problem

I have list of events which are dated. More often than once, i have
more events on one day. I want to filter todays events from that list
and show them on a different sheet. Can someone please help me.....

Data looks like this:

09/11/07 IBM 0.47
10/11/07 INTC 0.50
10/11/07 DELL 0.75
11/11/07 GOOG 3.25

If today is 10/11/07, i want to show on a different sheet
10/11/07 INTC 0.50
10/11/07 DELL 0.75

ps: it can be 3 events, but it can also be 15. So you cannot really
say how many events there are going to be.

Thanking you all in advance for looking at this problem!