Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi al
I'm trying to figure out how I could find abrupt changes in my measurement data these changes could be sudden increase on decrease but the normal measurement would b a slow increase has anybody an idea how to solve this regard Pascal |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Pascal
you haven't provided much information. But as a starter: Assumptions: column A stores your measurment data - enter the following in B2 =IF(ABS(A2-AVERAGE($A$1:$A1))epsilon,"massive change","") and copy down (replace epsilon with a value of your choice) or you may use =IF(ABS(A2-A1)epsilon,"massive change","") -- Regards Frank Kabel Frankfurt, Germany Pascal wrote: Hi all I'm trying to figure out how I could find abrupt changes in my measurement data these changes could be sudden increase on decrease but the normal measurement would be a slow increase. has anybody an idea how to solve this ? regards Pascal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to detect syntax in value | Excel Discussion (Misc queries) | |||
Abrupt change in formula results using sumproduct | Excel Worksheet Functions | |||
How to detect #N/A and return 0? | Excel Discussion (Misc queries) | |||
How do I detect hidden worksheets or hidden data on a worksheet? | Excel Discussion (Misc queries) | |||
detect last row of data | Excel Programming |