View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] eliasjohnk@yahoo.com is offline
external usenet poster
 
Posts: 3
Default VBA with Linest non-equal observations

The Excel function Linest does not return a value if your independant
and dependant variable count :i.e. Linest(C3:C18,D3:D6) do not match.
Is there a way to code this in VBA?