Hi,
You can use advanced filter option.
please refer the below links for further inforamtion.
http://www.excel-easy.com/examples/advanced-filter.html
http://www.contextures.com/xladvfilter01.html
Regards,
SK
also you can use match index using array
=IFERROR(INDEX('Raw data'!$A$1:$E$17665,MATCH(1,('Raw data'!$A$1:$A$17665=$A3)*('Raw data'!$D$1:$D$17655=C$2),0),5),0)
Use
Ctrl + Shift + Enter
To do it, you need to click on the Insert tab in the ribbon, and then click Object. This will open a dialog window allowing you to set the object to insert.
Click on the Create from file tab to insert your specific file.
Click Browse button and select the file you are looking to insert.
There...
Hi pirduh,
Please use SUMIFS Formula you will get the following output.
Africa 0
Asia 15
Antarctica 0
Australia 8
Europe 42
North America 35
South America 0
Thanks,
SK