values reached which boundary first ?

Mgd_Elislam

New Member
Joined
Jan 18, 2014
Messages
5
Hi all
first i want to thank all administrators, moderators, contributors and also members for the value they provide and their clear effort in helping others

I am using MS Excle 2010
i was think that i am professional in excle but when i came here i found that i am so far :)

i have a huge raw data that i want to manipulate it to reach to a specific conclusion

it's an array of numbers, and i measure the change between every new value and the previous one "
column
D",
and if the change was greater than or equal pre-assign value "E1",
i start to focus on it and observe whether after this change will reach to a greater value in the flowing numbers or to the lower value first ?

i want to add two boundary, Above and Blew, for example +10 and -10 , and want to know what will be be reached first after the change ?

I have no problem to add more columns to calculate this ( and i prefer this)
to use this kind of formula with array (Ctrl+Shift+Enter) not a suitable solution as i have to fill it over thousand or rows

finally, i will filter them to count which of them reached to the upper limit first, and which reached to lower level first

i hope that i clear the issue and thank you for any suggestion



MrExcle2.png


in this sample i attached, i have two numbers (in row 9 and 22) have the specific change "10", and after i follow them i found that they reached to the upper limit first
 
Last edited:

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I'm not sure what you are looking for. Could you post a small sample of data and your desired result?
 
Upvote 0
I'm not sure what you are looking for. Could you post a small sample of data and your desired result?

Thanks you for help :)

ok, at simple way

i have a series of values and all what i want is to calculate the difference between every two values and if it is grater than 10 , i look at it's following value it the values go up further +10 the result be "Up", if the following values go down -10 the result be "Down"


[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Numbera[/TD]
[TD]difference[/TD]
[TD]result[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135842[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135841[/TD]
[TD]-1[/TD]
[TD]Down[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135839[/TD]
[TD]-2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135851[/TD]
[TD]12[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135843[/TD]
[TD]-8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135843[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135838[/TD]
[TD]-5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]135833[/TD]
[TD]-5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


my problem is in the c column, how can i get it depend on the following ?
 
Upvote 0
sorry it was writing fault, this is what i mean

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Numbers[/TD]
[TD]difference[/TD]
[TD]result[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]135842[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]135841[/TD]
[TD]-1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]135839[/TD]
[TD]-2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]135851[/TD]
[TD]12[/TD]
[TD]Down[/TD]
[TD]As the "A8" reached to -13[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]135843[/TD]
[TD]-8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]135843[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]135838[/TD]
[TD]-5[/TD]
[TD][/TD]
[TD]here the following values reach -13
135838-135851=-13[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]135833[/TD]
[TD]-5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

thank you
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,774
Members
452,353
Latest member
strainu

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