E
ExcelUser
I have just found a personalized slope function and I don't understand
how it works.
Can you help me ?
note: the "SLOPE" function is set in CELL CC187
Slope(Volume1;Volume2;Cost1;Cost2)
=ARGUMENT("Volume1";1)
=ARGUMENT("Volume2";1)
=ARGUMENT("Cost1";1)
=ARGUMENT("Cost2";1)
=RESULT(1)
=(Cost2/Cost1)^(0,693147180559945/LN(Volume2/Volume1))
=RETURN(CC187)
HOUR REVENUES PERFORMANCE
10 ¤ 88 ¤ 8,8
20 ¤ 123 ¤ 6,2
SLOPE: 0,5
Note: PERFORMANCE is da REVENUES/HOUR
Nell'esempio riportato i valori presi dalla funzione sono:
Volume1= 88
Volume2= 123
Cost1= 8,8
Cost2= 6,2
My problem is that excel 2003 slope funtion return me a different value
=SLOPE(D67;C6:C7)
note ( Y value first )
=SLOPE(8,8:6,2;88:123)
=0,076
Why I have a different value ?
How can I check the personalized slope function ?
Thank you in advance
how it works.
Can you help me ?
note: the "SLOPE" function is set in CELL CC187
Slope(Volume1;Volume2;Cost1;Cost2)
=ARGUMENT("Volume1";1)
=ARGUMENT("Volume2";1)
=ARGUMENT("Cost1";1)
=ARGUMENT("Cost2";1)
=RESULT(1)
=(Cost2/Cost1)^(0,693147180559945/LN(Volume2/Volume1))
=RETURN(CC187)
HOUR REVENUES PERFORMANCE
10 ¤ 88 ¤ 8,8
20 ¤ 123 ¤ 6,2
SLOPE: 0,5
Note: PERFORMANCE is da REVENUES/HOUR
Nell'esempio riportato i valori presi dalla funzione sono:
Volume1= 88
Volume2= 123
Cost1= 8,8
Cost2= 6,2
My problem is that excel 2003 slope funtion return me a different value
=SLOPE(D67;C6:C7)
note ( Y value first )
=SLOPE(8,8:6,2;88:123)
=0,076
Why I have a different value ?
How can I check the personalized slope function ?
Thank you in advance