+ Reply to Thread
Results 1 to 4 of 4

Copy last input in table

  1. #1
    Registered User
    Join Date
    11-24-2014
    Location
    norway
    MS-Off Ver
    2010
    Posts
    37

    Copy last input in table

    Excel pro!

    I need your help. I have one column, column "A". In "A" I have a table from "A2" to "A13". I want the last value I put in this table, to be visible in cell "A16". In the table below, I call this cell for my "Current profit".

    This is what I am looking for:

    A
    1
    Profit
    2
    2 300 EUR
    3
    2 100 EUR
    4
    2 600 EUR
    5
    ...
    ...
    16
    Current profit: 2 600 EUR

    • If I write "1 800 EUR" in cell "A5", I want this value to be displayed in "A16".
    • If I delete the values in cell "A5" and "A4", I want the value in "A3" to be displayed ("2 100 EUR").


    Hopefully this explanation is sufficient for describing what I want to achieve. Thank you for all help you can provide!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,197

    Re: Copy last input in table

    Try

    =LOOKUP("zzzzzzzz",$A$1:$A$15,$A$1:$A$15)

    or

    ="Current Profit: " &LOOKUP("zzzzzzzz",$A$1:$A$15,$A$1:$A$15)

  3. #3
    Registered User
    Join Date
    11-24-2014
    Location
    norway
    MS-Off Ver
    2010
    Posts
    37

    Re: Copy last input in table

    Thank you so much! That worked!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy last input in table

    Quote Originally Posted by JohnTopley View Post
    =LOOKUP("zzzzzzzz",$A$1:$A$15,$A$1:$A$15)
    This will do:

    =LOOKUP("zzzzzzzz",$A$1:$A$15)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Copy & paste input data to sheet, copy result back out
    By stuartsjg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-30-2015, 05:25 PM
  2. Replies: 3
    Last Post: 08-13-2015, 10:07 PM
  3. [SOLVED] VBA Copy and Paste with an Input Page to specify copy ranges to new table
    By ExcelNoob243 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-05-2015, 04:52 AM
  4. How to get value corresponding to the input value from a table
    By digimart in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-11-2015, 04:36 PM
  5. Replies: 2
    Last Post: 08-27-2014, 03:13 PM
  6. Input Cell to create table with input # of rows
    By pgreenway in forum Excel General
    Replies: 3
    Last Post: 05-04-2011, 03:18 PM
  7. Input table -> Output table
    By liquidicy in forum Excel General
    Replies: 2
    Last Post: 09-01-2009, 07:27 PM

Tags for this Thread

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