View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
u473 u473 is offline
external usenet poster
 
Posts: 184
Default From 2 predefined test data ranges, how do I detect which one has a anon linear trend through Excel VBA ?

For testing purpose, before I apply it to real data, I have a range of
non-contiguous dates in Col "A",
a linear range of data in Col "B", and a non linear range in Col "C".
How do I detect which range is linear ?
Help appreciated,

J.P.