+ Reply to Thread
Results 1 to 2 of 2

Formula for moving entire row once data in entered into a column

Hybrid View

  1. #1
    Registered User
    Join Date
    05-20-2015
    Location
    Orange County, CA
    MS-Off Ver
    2010
    Posts
    1

    Question Formula for moving entire row once data in entered into a column

    Hi Everyone,

    I have built a table to capture a list of missing reports. Each report has a case number, name, location, and date the report was generated. I also have a column listed as received. What I am trying to achieve is, once I have entered a date in the "received" column, that the row move from sheet one to sheet two automatically. Is this possible? Can you help me with the function the function used to achieve this? My excel knowledge and ability is very limited, but I am trying to learn and appreciate any help provided.

    Thanks,
    Shantel

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: Formula for moving entire row once data in entered into a column

    Say your data is in Sheet 1 A1 and right, and date received is entered in H1.

    On Sheet 2, any row or column, enter...
    =IF(AND(Sheet1!$H1<>"",ISNUMBER(Sheet1!$H1)),Sheet1!A1,"")
    ...and copy right as needed.

    ISNUMBER will check for H1 is a number (dates are coded serial numbers), rather than a text entry, but will not check it is a actual date). If checking for an actual date is required, let us know.

    Copy down for additional consecutive rows from Sheet 1.

+ 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] Lock entire column if data has been entered in it
    By bassterro in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-01-2014, 03:25 PM
  2. Worksheet function to Autofill formula in column A when data entered in column B
    By boylers75 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2013, 02:27 PM
  3. [SOLVED] Formula only being entered into one cell, not being copied down entire column
    By csh8428 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-26-2012, 10:43 AM
  4. Change color of entire rows if a value is entered in a cell in column I
    By patrickmcdiver in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-23-2012, 08:04 AM
  5. Replies: 1
    Last Post: 05-06-2012, 11:25 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