+ Reply to Thread
Results 1 to 2 of 2

formula based on 2 criteria to extract data

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    formula based on 2 criteria to extract data

    I have 2 worksheets , one have taxation rate EUR1 RATE with a list of tariff no in column U is the extract data .


    Goal to extract data for column F (sheet breakdown)as criteria column A& D from EUR1 RATE column X1.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: formula based on 2 criteria to extract data

    hi there. maybe this in cell F2:
    =IF(COUNTIF('EUR1 RATE'!F:F,A2),'EUR1 RATE'!$X$1,"")

    you can also add an IF formula in G2:
    =IF(F2<>"",INDEX('EUR1 RATE'!$U$2:$U$187,MATCH($A2,'EUR1 RATE'!$G$2:$G$187,0)),"")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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] complex if with index & match formula based on criteria in a column to extract data
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2018, 01:06 PM
  2. Replies: 0
    Last Post: 05-02-2016, 07:59 AM
  3. formula to extract row based on criteria
    By keith740 in forum Excel General
    Replies: 4
    Last Post: 06-21-2015, 10:41 AM
  4. Replies: 3
    Last Post: 12-18-2014, 10:27 AM
  5. Extract data based on criteria
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-15-2014, 05:23 PM
  6. [SOLVED] Extract certain data based on two criteria
    By sam-0987 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-05-2013, 01:23 AM
  7. [SOLVED] Extract data based on 1 criteria
    By TexasRhode in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-06-2012, 06:08 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