+ Reply to Thread
Results 1 to 3 of 3

Move formula down a row depending on date? possible?

  1. #1
    Registered User
    Join Date
    07-17-2021
    Location
    North East
    MS-Off Ver
    Not sure..
    Posts
    1

    Move formula down a row depending on date? possible?

    Awkward one to explain but i'll try my best!

    I have a work excel document I'm trying to optimize.

    The document consists of 3 sheets. Sheet 1 is where we enter values of a peice of kit (temperatures, pressures etc which we've obtained beforehand)

    Sheets 2 and 3 are just records of this data, ascending rows for each time (its done once per week)

    Currently. We print sheet one, take it in the field to write the info down - then come back and type the data into sheets 2 and 3. But the layout is all over the place compared to sheet one, you're constantly clicking between sheets 2 and 3 and looking for the right cells.

    What I'm after is being able to print sheet 1, get the data, come back to computer, fill in sheet one in excel, and it automatically enter those values into sheets 2 and 3 which keep the records in date order.

    After some searching around I now know how to make the cells on sheets 2 and 3 copy the value, HOWEVER. Only for that row, that day. When it comes to the next week, entering info into Sheet 1 is just going to overwrite the cells on 2 and 3. What I want is it to enter the information the next week - and it complete this in the row below on sheets 2 and 3.

    If it helps, the very first cell of Sheet one is the Date. Is it possible to set it so when the date is entered in sheet one, it knows which row to enter the info in 2 and 3?
    It almost seems such a simple thing but I'm stumped by it

    Ive attached an example of this - the data isnt anything private or sensitive but I've massively reduced it down to just 4 old rows from 2005 for simplicity (the rows actually are down to almost 1000 now in the live document)

    thanks in advance!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: Move formula down a row depending on date? possible?

    The best way to do what you want is with VBA. Because of a large number of cells that will contain formulas, the workbook will work very very slow and, maybe, crash.
    With formula, you need a couple of IF functions (if "date cell" is blank then nothing, else = the cell you fill in sheet1) but, as I say, it will slow down your workbook calculation.
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    49,452

    Re: Move formula down a row depending on date? possible?

    Personally, I’d put a copy of sheet1 on to a tablet or a laptop, get them to complete it in the field and email a copy to you. Then I’d use a VBA macro to extract the data into the next row on sheet2 and sheet3. You could also add a "completed" marker to the source document.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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. Replies: 5
    Last Post: 10-16-2020, 04:29 PM
  2. [SOLVED] Formula depending on date
    By dekueb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2018, 03:44 PM
  3. [SOLVED] VBA or Formula to Uncheck a Box Automatically depending on the date.
    By Chypp in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-28-2017, 07:36 AM
  4. How to update a formula depending on the date
    By vianey0426 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2017, 02:31 AM
  5. IF formula with different returns depending on date
    By benjamin_1986 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-12-2017, 03:23 AM
  6. Formula moves cells depending on date
    By caf20012 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-01-2013, 07:23 AM
  7. Formula using sumif depending on date in two cells
    By enhydra in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-19-2012, 04:27 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