+ Reply to Thread
Results 1 to 3 of 3

How to Fill Missing Rainfall Data

  1. #1
    Registered User
    Join Date
    06-09-2022
    Location
    Ethiopia
    MS-Off Ver
    office 2016
    Posts
    1

    How to Fill Missing Rainfall Data

    hey every one in this group i need help on how to fill a missing rainfall data using the RF filling methods and to select the best method for the fill
    Last edited by AliGW; 06-12-2022 at 01:25 AM. Reason: Title changed - please think more carefully about your thread titles in future!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,117

    Re: How to Fill Missing Rainfall Data

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, relevant cells highlighted and a few explanatory notes.

    Administrative Note:

    Welcome to the forum.

    Your thread title ("Lecturer") did not in any way convey what your request is about. You should tell us what you are trying to do.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles.

    (Note: this change is not optional. As you are new here, I have done it for you this time.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: How to Fill Missing Rainfall Data

    Not really an Excel question. And the correct answer might depend on the available data, the number of missing data points, and the size of those gaps.

    The Excel answer might depend on how automated you want the solution to be.

    Generally, the simplest approach (but necessarily the most accurate) is to do a linear interpolation between adjacent available data points.

    For example, if you have data in E1 and E5 with corresponding dates in D1 and D5, enter the missing dates in D2:D4 and enter formulas of the following form into E2:E4 (E2 for example):

    =FORECAST(D2, CHOOSE({1,2}, $E$1, $E$5), CHOOSE({1,2}, $D$1, $D$5))

    Normally, the FORECAST function (and similar functions like TREND and LINEST) interpolates an approximate linear regression line when there are multiple data points.

    But it does an exact interpolation of the actual line when there are only two data points.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] I require a formula to indicate if a lecturer is on holiday
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-14-2014, 05:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1