trend

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way in which I could arrive at a trend on reducing percentage
Starting with 13% for 2000 &
Dropping to 8% for 10000
So basically, when I put any value between 2000 & 10000; say, 7569 in c1, I
get the corresponding % in c2
 
One way ..

Assume the known data below is in A1:B2

2000 13%
10000 8%

and C1 contains 7569

Put in say, C2: =FORECAST(C1,$B$1:$B$2,$A$1:$A$2)

C2 will return 9.52%
 
C2 will return 9.52%

with C2 formatted as percentage (to 2 dp)
(via Format > Cells > Percentage > 2 dp > OK)
 
Thanx a ton Max,

The graph represents a straight line decline; what I had earlier thought
that this might lead to a parabolic curve
..
. .
. .
Any comments

Regards

Sachin
 
for
2000
3000
4000
......
10000

Thanx
Sachin

Max said:
with C2 formatted as percentage (to 2 dp)
(via Format > Cells > Percentage > 2 dp > OK)
 
You're welcome !
Sorry I don't have any further comments to offer
Hang around awhile for better insights from others
 
With only 2 known data points, you can only fit a straight line, unless
you know from outside sources the specific parametric form (assuming it
is uniquely defined by two data points).

Jerry

Dr. Sachin Wagh said:
Thanx a ton Max,

The graph represents a straight line decline; what I had earlier thought
that this might lead to a parabolic curve
.
. .
. .
Any comments

Regards

Sachin

:
 
Hi!

Those values are only half of the information needed. For each of these
x-values you need either a y-value, or a formula to calculate it or a
graph of some sort (drawn or expressed in coordinates, for example)
from which to read it.

You said earlier you had thought "this might lead to a parabolic
curve". What is the "this" and why do you think parabolic?

Alf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top