Thread: Filter Column
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sudipta Sen[_2_] Sudipta Sen[_2_] is offline
external usenet poster
 
Posts: 30
Default Filter Column

Hi Friends,

I want to filter data columnwise not row wise.
eg.
Stationey Purchased List

Item Jan Feb March April May June
Pen y y y y
Pencil y y y
Scale y y y
Rubber y y y y

Now I want to filter Pencil purchased in which month, means want to filter
only pencil with only purchased month, other months will be off.

First I filter Pencil then how I will get the only purchased month.

Result will be like that

Item Jan Feb April
Pencil y y y


Please help me to solve this problem.

With loves,
Sudipta