Forum Discussion
Linear Regression (LINEST, LINESTX) possible for serial number and value?
Hi cousinitt13
My visualization also comes out like yours in a zigzag manner, and not liner. BTW, are you trying to visualize the correlation between the result amount and event ID number? As event ID is only an identifier, I guess there is no meaningful correlation between the two variables. I am guessing that you need to do this regression analysis for variables which have correlation between each other for it to work. Please let me know if I am misunderstanding the objective of this task.
Maybe my fault to explain correctly. I want to have a trendline, from beginning of the shown data till the end of the shown data. The data itself are like temperature data, but instead of the date, you have a serial number. so my thoughts. For my understanding, you can do a trend also with temperature and time data, so it should work also for my kind of data or?
- DataNinja7773 years ago
Super User
Hi cousinitt13,
Yes, I think so. It sounds like a time series analysis using time as independent variable. Instead of ID, what about using time dimension as your independent variable?