View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default How do I,implement a recurssive loop using Microsoft Excel ?

Can you restate your problem - how are values "encountered" ?
Are you looking for a custom function ?

Tim

"Vikas_Yadav" wrote in message
...
idea is to implement a simple logic,in a column the cell has to
return the
same value which had been encountered first untill the next value is
encountered after which the new value encountere should be returned.