+ Reply to Thread
Results 1 to 3 of 3

export data to compare with some countries information

  1. #1
    Registered User
    Join Date
    07-14-2013
    Location
    venice, italy
    MS-Off Ver
    Excel 2010 mac
    Posts
    6

    Question export data to compare with some countries information

    Hello!

    I'm new here and not so expert, i hope this is the right section to post my question.

    I'll like to create an automatic sheet, that allow me for a product to define which country is the bigger consumer, the biggest consumer per square km, the best consumer per person.


    I've a sheet with a list of all countries of the world containing the population, and area.
    I download from statistics web-page a list of commercial-partner-country that consume this specific item (for example "water in 1.5 liters bottles").

    example:

    consumer country of water in 1.5 liters bottles:

    Australia - 856
    Austria - 900
    Germany - 345
    Italy - 123
    USA - 1500
    ...

    Now, once I've entered in my sheet all the list (not all countries are listed, only the one that use this specific product) I'll like to have on different sheets of the same files:
    - a list of TOP consumer
    - a list of TOP consumer per square km
    - a list of TOP consumer per person

    all with value.
    My problem is that I've not idea how I can arrange this. Is it possible?
    I mean it is not a problem to arrange the different calculation, but to "compare" and order the list of countries so that in one line will entered the value of population, area of the related country.

    in the attached file "Workpage" I'm trying to get the "population" of the country in this Sheet from the "CountriesInfos" sheet.

    I'm using the formula "DGET" but I'm doing somewhere an error.

    Thanks.

    damianoTEST.xls



    Quote Originally Posted by damianozornetta View Post
    Hello!

    I'm new here and not so expert, i hope this is the right section to post my question.

    I'll like to create an automatic sheet, that allow me for a product to define which country is the bigger consumer, the biggest consumer per square km, the best consumer per person.


    I've a sheet with a list of all countries of the world containing the population, and area.
    I download from statistics web-page a list of commercial-partner-country that consume this specific item (for example "water in 1.5 liters bottles").

    example:

    consumer country of water in 1.5 liters bottles:

    Australia - 856
    Austria - 900
    Germany - 345
    Italy - 123
    USA - 1500
    ...

    Now, once I've entered in my sheet all the list (not all countries are listed, only the one that use this specific product) I'll like to have on different sheets of the same files:
    - a list of TOP consumer
    - a list of TOP consumer per square km
    - a list of TOP consumer per person

    all with value.
    My problem is that I've not idea how I can arrange this. Is it possible?
    I mean it is not a problem to arrange the different calculation, but to "compare" and order the list of countries so that in one line will entered the value of population, area of the related country.

    I hope it is clear what I mean, otherwise I'm here for further explanation.
    Many thanks in advance to everybody can help me.
    ciao
    damiano
    Last edited by damianozornetta; 07-15-2013 at 03:29 AM. Reason: solved

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: export data to compare with some countries information

    DGET does not work the way
    i made it so it works on your example but i suggest you use this formula instead

    =INDEX(CountriesInfos!B:B,MATCH(A3,CountriesInfos!A:A,0))
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    07-14-2013
    Location
    venice, italy
    MS-Off Ver
    Excel 2010 mac
    Posts
    6

    Re: export data to compare with some countries information

    Thanks a lot humdingaling!

+ 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. Compare multiple data points in row _ multiple sheets _ output different information
    By floydian in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2013, 08:52 AM
  2. Replies: 0
    Last Post: 09-26-2012, 12:11 PM
  3. Replies: 2
    Last Post: 09-09-2011, 07:13 AM
  4. separate data of differents countries in others sheets
    By silviario in forum Excel General
    Replies: 6
    Last Post: 04-27-2011, 03:14 PM
  5. How can I match data about countries drawn from two database queries?
    By tettrick in forum Excel Formulas & Functions
    Replies: 45
    Last Post: 09-06-2005, 09:05 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