+ Reply to Thread
Results 1 to 2 of 2

Fill in missing values of one row with the rows beneath it if the rows beneath match

  1. #1
    Registered User
    Join Date
    11-10-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Question Fill in missing values of one row with the rows beneath it if the rows beneath match

    Hi,

    Does anyone know of a formula that will fill in the missing values of one row with the row(s) beneath it, if the rows beneath it contain values and if they meet a certain criteria (and then paste this formula down an entire column)?

    Below is an example of the before and after scenarios which should make my question easier to understand.

    Attachment 201334

    If anyone can help it will be greatly appreciated.

    Thank you

  2. #2
    Registered User
    Join Date
    11-05-2012
    Location
    Palmer, Alaska
    MS-Off Ver
    Office for Mac, Windows 7 & Windows 7 Parallels
    Posts
    17

    Re: Fill in missing values of one row with the rows beneath it if the rows beneath match

    The formula below, copied down entire column C on Sheet2, assumes that you are referencing the Master, Sheet1 (=Sheet1!C2, for example). But where there is a blank cell in the Master, it will reference the cell below itself, which also references either the Master or the cell below IT, and so on.

    =IF(Sheet1!C2="",C3,Sheet1!C2)
    =IF(Sheet1!C3="",C4,Sheet1!C3)
    =IF(Sheet1!C4="",C5,Sheet1!C4)
    ...and so on.

    Is that what you're trying to do?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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