View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
adil adil is offline
external usenet poster
 
Posts: 2
Default collecting previous values

Hi;
Is there a way to collect previous values of a cell? I can get the last
value by using circular reference, but would like to collect these values.
for eg; if cell A1 has the following occurences of values
2,3,3,4,5,7,8,8,9,9
in colum B i would like to collect these values as 9,9,8,8,7,5,4,3,3,2
arranged by latest values.

Any help is appreciated

adil