+ Reply to Thread
Results 1 to 8 of 8

365 Excel : Formula which extracts the value based on certain criterias met.

  1. #1
    Registered User
    Join Date
    08-04-2014
    Location
    Chennai
    MS-Off Ver
    MS Office 2010
    Posts
    19

    365 Excel : Formula which extracts the value based on certain criterias met.

    Hi Friends,

    I am stuck with a requirement, where request your help please. I am using Office 365 excel . I am using sample data for our working in this example.

    For example, Different version of documents ( version 1.1, 1.2 or 1.3) are being released for certain location offices (Chennai , Delhi etc) of different types ( Flood relief, Fire Relief). The actual data should reflect in a tabular structure to show , which version of document has been released for each location and its corresponding type. Note that the each line item in the raw data can appear more than once and the formula therefore, should ignore the duplicates. At no point of time, 2 versions of same document type will be released for a particular location. Have attached sample sheet for working purpose. Appreciate if you can help please.
    Attached Files Attached Files

  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,288

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Administrative Note:

    Members will tailor the solutions they offer to the version (NOT release number) of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    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 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,288

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Cell K5 is WRONG.

    In K4 copied across and down:

    =IFERROR(UNIQUE(FILTER($C$4:$C$14,($B$4:$B$14=K$3)*($A$7:$A$17=$J4))),"")
    Attached Files Attached Files

  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,288

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Test reply - please ignore.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,976

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    or:

    =IFERROR(INDEX($C$4:$C$14,MATCH(1,($A$7:$A$17=$J4)*($B$4:$B$14=K$3),0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    08-04-2014
    Location
    Chennai
    MS-Off Ver
    MS Office 2010
    Posts
    19

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Thank you so much @AliGW. Much appreciate your quick help. I agree for error in cell K5.

  7. #7
    Registered User
    Join Date
    08-04-2014
    Location
    Chennai
    MS-Off Ver
    MS Office 2010
    Posts
    19

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Thanks a ton Glenn. Much appreciate your help.

  8. #8
    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,288

    Re: 365 Excel : Formula which extracts the value based on certain criterias met.

    Please update your profile, as requested.

+ 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] Creating an excel formula that extracts the date from a string of gibberish text
    By Randomizador in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-25-2019, 11:56 PM
  2. [SOLVED] formula that extracts data from table based on 3 different criteria
    By kemit in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-30-2018, 09:19 AM
  3. [SOLVED] Simplify with One Formula Based on Multiple Criterias
    By Dbt23 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-09-2018, 12:25 AM
  4. Macro that extracts rows from one sheet to another based on cell content
    By Allerdrengen in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-06-2017, 08:43 AM
  5. [SOLVED] Index match formula based on 4 criterias
    By St3ff3ns in forum Excel General
    Replies: 1
    Last Post: 08-12-2016, 11:38 AM
  6. [SOLVED] Need help with creating formula to count cells based on 2 criterias
    By Titleistseemore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-11-2013, 03:00 AM
  7. Replies: 4
    Last Post: 09-08-2010, 10:57 AM

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