View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default loops in a formula

Not specifically, but you can force it to process all cells or selected
cells in a range using an array or array base formula.

An example of what you want to do would help so that we can be more
explicit.

--
__________________________________
HTH

Bob

"Karn" wrote in message
...
Hi guys,
I wanted to know if it was possible to have a looping formula in excel,
the
kind we have in all programming languages.
if there is then pleae do tell me, otherwise guide on some alternative to
have a looping effect.