Smoothing of Data

munleyj

New Member
Joined
Feb 18, 2013
Messages
14
I have 35 years of temperature data. I have the average of each day in a column. However, my data is noisy. How can I smooth the data? Do I need a filter and how would I do this?b I would like to send you the file but I can not attach files. PLEASE HELP!
 
From post 12, I gathered that the goal is to smooth the data in such a way as to create the impression that temperatures are consistently rising.
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try formula on lets say 10, 20, 30 cell range:

AVERAGE, SMALL, ROUND and derivatives...
Then you can do it few times in few rows or columns. That way you have a filter.

But also I don't see what exactly you will use it for?
It can help us if we know why are you doing it...

Look here!
You got a temperature range in cells G6:M6
in M7 =AVERAGE(G6:M6) ...result 4,2857
in M8 =ROUNDDOWN(M7,0) ...result 4
Now you have round down.
So, next cell you are copying same formula to right and it will be... AVERAGE(G7:M7)...

Then you can in another row apply another average...to be sure...
So probably it will be solid to smooth it that way.

So you can play with such combinations to do it, as you like.
But anyway try to explain us why are you doing it and will the data derived that way, not be wrong?
 
Last edited:
Upvote 0
As others already said, I also can't produce in my mind what would be the best scenario and how not to distort data. I suppose you don't want to distort data to be useless.
So play with #23 or something else to suit your needs.
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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