+ Reply to Thread
Results 1 to 5 of 5

Return Value if criteria met

  1. #1
    Registered User
    Join Date
    10-29-2017
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    62

    Return Value if criteria met

    Hi,

    I have a table and want the date value to return to column K whenever the 3rd "B" hits the date.

    My formula below is wrong as it is returning a date value of the last "B" that hits the date.
    Please Login or Register  to view this content.

    Appreciate if you can help me.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Return Value if criteria met

    Please try at K10

    =IFERROR(INDEX($AR$9:$BI$9,MATCH("b",$AR10:$IB10,)),"")

  3. #3
    Registered User
    Join Date
    10-29-2017
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    62

    Re: Return Value if criteria met

    I have tried but it is returning date value of 1st "B". I want the date value of 3rd "B" , i.e. result of K10 should be 4/11

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Return Value if criteria met

    I see, Please try again at K10

    =IFERROR(INDEX($9:$9,AGGREGATE(15,6,COLUMN($AR10:$IB10)/($AR10:$FT10="b"),3)),"")

  5. #5
    Registered User
    Join Date
    10-29-2017
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    62

    Re: Return Value if criteria met

    it works perfectly now. Thanks for the help.

+ 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. If cell equals certain criteria, return certain criteria
    By Aravia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-18-2018, 01:30 AM
  2. Replies: 1
    Last Post: 10-01-2014, 04:50 PM
  3. Index Match using two criteria to return on of criteria values
    By RogueLeader in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2014, 09:50 AM
  4. Return dates that match a single criteria (a countif criteria)
    By nickmax1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-07-2014, 12:43 PM
  5. Return Value With Criteria
    By Kumara_faith in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-05-2014, 10:41 AM
  6. Replies: 3
    Last Post: 12-13-2013, 06:23 AM
  7. Lookup two criteria and return a third criteria as result. Aaaargh!
    By dearthofjoy in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-08-2013, 12:13 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