EngineerBM
New Member
- Joined
- Apr 4, 2018
- Messages
- 3
Hi,
I'm struggling with a problem here, with processing some data in excel - I'm out of ideas,please help.
so, I have a large amount of data that looks like this:
So to explain, i have a lot of cycles of measurements, (Cycle 1, Cycle2 in example picture), and each cycle gives a "y" values for random "x" values within a range. What I need, is to get a "y" value of a fixed "x" (lets say x=50), for each cycle. Its obvious in the example picture, it would be y=500 for both cycles.
In my case, I expect the value to be slightly different for each cycle. There is too much cycles to do the interpolation manually, and also, cycles are not of equal length (sometimes there is 8 measurements in the cycle, sometimes 10,11....). I can only differentiate the cycles by identifier index.
Any ideas on a function, formula... that would do the trick? I'm familiar also with VBA Excel Macros, if that helps.
Kind Regards
I'm struggling with a problem here, with processing some data in excel - I'm out of ideas,please help.
so, I have a large amount of data that looks like this:
So to explain, i have a lot of cycles of measurements, (Cycle 1, Cycle2 in example picture), and each cycle gives a "y" values for random "x" values within a range. What I need, is to get a "y" value of a fixed "x" (lets say x=50), for each cycle. Its obvious in the example picture, it would be y=500 for both cycles.
In my case, I expect the value to be slightly different for each cycle. There is too much cycles to do the interpolation manually, and also, cycles are not of equal length (sometimes there is 8 measurements in the cycle, sometimes 10,11....). I can only differentiate the cycles by identifier index.
Any ideas on a function, formula... that would do the trick? I'm familiar also with VBA Excel Macros, if that helps.
Kind Regards