+ Reply to Thread
Results 1 to 5 of 5

Cell data equal to another in different worksheet that is always moving

  1. #1
    Registered User
    Join Date
    01-25-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    3

    Cell data equal to another in different worksheet that is always moving

    HI,

    I need to have the data in a cell in one worksheet to automatically equal the data in another everytime the original data changes. My problem is the data I need to copy is always moving. In a check register for example, I need to copy the final amount in the register to another cell in a different worksheet but obviously the cell that contains the data is in a different cell every time I add another line to the register. How do I do that???

    Thanks

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Cell data equal to another in different worksheet that is always moving

    Formula to find the final amount, assuming that it will always be the last cell

    =LOOKUP(2,1/(A:A<>""),A:A)
    Click the * to say thanks.

  3. #3
    Registered User
    Join Date
    01-25-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    3

    Re: Cell data equal to another in different worksheet that is always moving

    Thank you,

    Still trying to figure out the formula. Makes a little sense. So if I had a value in the last row of column H in a worksheet and I wanted that value in another cell in a different worksheet, what would the formula look like? This is what I have and I get a parse error. =LOOKUP(2,1/(Chk Register!H:Chk Register!H<>""),Chk register!H:Chk register!H)

    I need the last value in column H in a sheet named Chk Register in another sheet.
    Last edited by timonium75; 01-25-2019 at 12:25 PM.

  4. #4
    Registered User
    Join Date
    01-25-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    3

    Re: Cell data equal to another in different worksheet that is always moving

    Anyone have any idea why I'm getting the parse error?

  5. #5
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Cell data equal to another in different worksheet that is always moving

    Perhaps =LOOKUP(2,1/('Chk Register'!H:H<>""),'Chk register'!H:H)

    Also have a look at http://www.xldynamic.com/source/xld.LastValue.html

+ 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-29-2017, 11:12 PM
  2. [SOLVED] Moving rows of Data to a particular worksheet if cell is ticked
    By mcsquare in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-26-2016, 08:49 AM
  3. [SOLVED] set worksheet equal to cell value
    By mattress58 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-11-2015, 07:30 AM
  4. Moving column data from one worksheet to rows in another worksheet.
    By taichi56 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-12-2013, 09:00 PM
  5. [SOLVED] Selecting specific data on a worksheet and moving it to a table on another worksheet
    By wesman200098 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-08-2012, 05:45 AM
  6. can I make worksheet name equal a cell
    By Paul B in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 04:05 AM
  7. [SOLVED] Cell to equal a worksheet's name
    By David P. in forum Excel General
    Replies: 3
    Last Post: 06-10-2005, 08:05 PM

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