View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vijaya Vijaya is offline
external usenet poster
 
Posts: 26
Default Finding equation between two sets of noncontiguous data

Hi
I have data like this:

Q C Q C Q c Formula (or equation)
a 1 10 2 20 3 30
b 4 40 5 50 6 60

I want a relation like y =m x or y= 3*e 0.2 ., or somethign liek that,
like how we get aan equation when we add a trend line. Is it possible to get
the equation for the above arranged data, and when i drag it to the next row
of data can the equation be updated using some trend formula or something...
IS this possible

Thanks