+ Reply to Thread
Results 1 to 8 of 8

Find last filled row in column where column description is date

Hybrid View

Risto85 Find last filled row in... 06-28-2013, 06:09 AM
:) Sixthsense :) Re: Find last filled row in... 06-28-2013, 06:12 AM
Risto85 Re: Find last filled row in... 06-28-2013, 06:16 AM
:) Sixthsense :) Re: Find last filled row in... 06-28-2013, 06:21 AM
Risto85 Re: Find last filled row in... 06-28-2013, 06:23 AM
Marcol Re: Find last filled row in... 06-28-2013, 06:24 AM
martindwilson Re: Find last filled row in... 06-28-2013, 06:36 AM
Risto85 Re: Find last filled row in... 06-28-2013, 08:02 AM
  1. #1
    Registered User
    Join Date
    02-24-2010
    Location
    Estonia
    MS-Off Ver
    Excel 2010
    Posts
    36

    Find last filled row in column where column description is date

    Hello,

    Please help me with creating a formula that finds a last filled row in date column and retrieves this date. Please see picture for visual description.


    excelproblem.jpg

    best regards,
    Risto

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Find last filled row in column where column description is date

    Please explain why not 22-6-2013 is not considered?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    02-24-2010
    Location
    Estonia
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Find last filled row in column where column description is date

    Because this specific item is planned to be ready in production 21.06.2013 and this date is given to sales so they know when the complete order is going to be ready.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Find last filled row in column where column description is date

    Quote Originally Posted by Risto85 View Post
    Because this specific item is planned to be ready in production 21.06.2013
    How to calculate it?

  5. #5
    Registered User
    Join Date
    02-24-2010
    Location
    Estonia
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Find last filled row in column where column description is date

    Basically I divide the ordered quantity between dates manually, so it's not calculated, I know roughly how much it's possible to produce each day and divide the total ordered volume between dates

  6. #6
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Find last filled row in column where column description is date

    Better you post a sample workbook with a few more rows of data than your picture shows.

    Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Find last filled row in column where column description is date

    try =INDEX($C$1:$AC$1,MAX(INDEX(($C$2:$AC$2="planned")*(ISNUMBER($C3:$AC3)*COLUMN($A$1:$AA$3)),0)))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  8. #8
    Registered User
    Join Date
    02-24-2010
    Location
    Estonia
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Find last filled row in column where column description is date

    Thank you martindwilson! Your formula works perfectly!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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