View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruno[_5_] Bruno[_5_] is offline
external usenet poster
 
Posts: 3
Default Values of the last date

Hi, i have a sheet with tree coluns, onde for "Date", other for
"Product" and the last for "Value".
For example:

Date Product Value
01/01/09 A 100
01/02/09 B 150
01/03/09 A 120
01/04/09 B 110
01/05/09 A
10

I want to make a macro that give me the values of all produts for the
last date.

Can you help me?

Thanks