View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Titanus Titanus is offline
external usenet poster
 
Posts: 1
Default Converting EasyLanguage to Excel

Is anyone familiar enough with EasyLanguage to convert the following to
Excel:

Period = 0;
Value = 0;
For count = 0 to 50 begin
Value = Value + Interest[count];
If Value 100 and Period = 0 then begin
Period = count;
end;
end;


I'm not familiar with EasyLanguage and I'm not sure about the direct
translation. Thanks for the assist!