+ Reply to Thread
Results 1 to 8 of 8

Last value from column of formulas

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Last value from column of formulas

    I want to return the last posted value from column K. The problem I am having is that the column is populated from the formula show below and all I get is a blank value.


    Please Login or Register  to view this content.
    It is a column that returns a win loss record based on a given year (column D).

    Jim O
    Last edited by JO505; 09-08-2015 at 06:44 PM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Last value from column of formulas

    Try these

    if you need to return text in column K

    =LOOKUP(REPT("z",255),K:K)

    If it is numerical

    =LOOKUP(10^308,K:K)
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Last value from column of formulas

    The first formula returns a blank cell and the second returns a #N/A, The listed values in the column are displayed as "1-0, or 28-30" or some variation of that, a win-loss record.

    Their are blank cell (with only the formula in them) copied down the column. I suspect that has something to do with my problem but I don't know how to work around it.

    Jim O

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Last value from column of formulas

    Can you upload a spreadsheet?

  5. #5
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Last value from column of formulas

    Here is a sample. I did not include all of the formula, just in column K:K. Looking for the last value to be displayed in cell B2.

    Jim O
    Attached Files Attached Files

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Last value from column of formulas

    Perhaps this?
    =INDEX($K$3:$K$333,MATCH("",$K$3:$K$333,0)-1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Last value from column of formulas

    Try this one

    =LOOKUP("zzzzz",INDIRECT("K3:K"&COUNTIF(K:K,"?*")+1))

  8. #8
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Last value from column of formulas

    Thank you both for the input. Both formulas work as expected.

    Thanks again,
    Jim O

+ 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. Clear column D cells in same row if formulas in column A yield blank value
    By jnbroek in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2015, 03:03 PM
  2. [SOLVED] Remove duplicate entries from one column and output it into another column using formulas
    By alrikvincent in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-12-2014, 08:55 AM
  3. Macro that moves Formulas 1 column right and then Pastes Values into previous column
    By ExcelDavid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-03-2014, 05:30 PM
  4. Move formulas to another column then preserve values in 1st column
    By malanis in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-23-2014, 04:55 PM
  5. VBA to copy formulas in column D and paste as values in same column
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-10-2012, 05:18 AM
  6. Excel 2007 : sum a column containing formulas
    By gsdanger in forum Excel General
    Replies: 2
    Last Post: 06-10-2010, 05:57 PM
  7. copying formulas from column to column
    By mufan in forum Excel General
    Replies: 2
    Last Post: 06-04-2009, 06:24 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