+ Reply to Thread
Results 1 to 4 of 4

How to enter date associated with last volume listed and by prodcut class name

  1. #1
    Forum Contributor
    Join Date
    05-08-2015
    Location
    Asheville NC
    MS-Off Ver
    Excel for Office 365 MSO
    Posts
    111

    How to enter date associated with last volume listed and by prodcut class name

    I would like to build on my previous thread called "How to enter date associated with last number greater than zero or last zero in row ", which was solved with the formulas is column B7:B21 & C7:C21. I would now like to pull the latest date using the Product Class. I've tried this with an Index Match function in C26:C30 but can only get #N/A as the result. It should look like C35:C39.

    Thank you for any support and help.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: How to enter date associated with last volume listed and by prodcut class name

    Here you go:

    =MAX(IF($A$7:$A$21=D26,$C$7:$C$21))

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    05-08-2015
    Location
    Asheville NC
    MS-Off Ver
    Excel for Office 365 MSO
    Posts
    111

    Re: How to enter date associated with last volume listed and by prodcut class name

    Thanks, that did work. Is it possible to adapt the formula to look through the table of volumes?

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: How to enter date associated with last volume listed and by prodcut class name

    Of course!

    =MAX(IF($A$7:$A$21=D26,$B$7:$B$21))

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    PS If you mean the big table on the right, then that's a complete paradigm shift away from the original question, and it begs another: why not just use your helper columns? You can always hide them. There is NOTHING advantageous to performance in shoe-horning multiple formulae into one, in fact it's harder to maintain (counter-intuitively) and it might even use more processing power. I'd advise against trying to be clever just for the sake of it, and deal with the aesthetics by hiding helpers. Been there, done that, got the T-shirt!!!
    Last edited by AliGW; 07-01-2020 at 01:58 PM.

+ 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. [SOLVED] If cell meets date requirement enter 1, if not enter 0, if blank don't enter anything.
    By billrogers184 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-11-2017, 02:04 PM
  2. [SOLVED] Sum of volume based on date
    By Anarchus in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2017, 02:03 AM
  3. Replies: 4
    Last Post: 03-31-2015, 11:40 AM
  4. Replies: 4
    Last Post: 12-02-2014, 08:49 AM
  5. [SOLVED] Formula to compare date (including month and year) from a listed date to today's date
    By mhewitson15 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2014, 05:31 PM
  6. [SOLVED] Index/Match Multiple Criteria: Item # & Volume Level Pricing Relative to Specific Volume
    By dilbert1865 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-15-2014, 09:28 AM
  7. Replies: 2
    Last Post: 02-07-2014, 05:38 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