Formula Guru...

bulldaddy1

New Member
Joined
Aug 25, 2009
Messages
39
I need some help from a formula Guru PLEASE...

I have a "row" of 10 numbers and I want to know if the value in this row of numbers has increased, decreased or stayed constant over a period of time.

Thank you for your expertise!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sorry about that Steve...its still a little early.

I have "one" number in each row...I have a total of 10 rows.
 
Upvote 0
Your explanation is unclear.

Try posting a sample of your data, and what you would like to do with it.
 
Upvote 0
A1 B2 C1 D1 E1 F1 G1 H1 I1 J1
1.99 1.99 2.09 2.09 2.09 2.19 2.19 2.29 2.29 2.34

I would like to know if the values in cell A1 through J1 has increased, decreased or stay constant.

Thanks for your patience with me!
 
Upvote 0
Hi Buildaddy,

In orderto tell if a number has changed or remained constant you have to compare it to another number. Assuming the numbers in A1 to J1 are formula driven you must maintain somewhere a fixed copy of the numbers at a point in time. Then when you want to see if the trend has changed you compare the numbers in a1 to j1 to the fixed point.

i don't believe excel can tell you if a number is constant or changing since the last time you opened the file? Though I could be wrong.
 
Upvote 0
I think I am asking for the impossible...

But, I am trying to determine if the values in "ROW" 1 have increased, decreased or stayed constant starting with cell A1 and ending with cell J1.
 
Upvote 0
This returns 1 if the trend of the series is increasing, -1 if decreasing, 0 if flat.

=SIGN(LINEST(A1:J1))
 
Upvote 0

Forum statistics

Threads
1,214,592
Messages
6,120,433
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top