Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
27 views4 pages

Printout 1

The document contains a spreadsheet with formulas for retrieving data about lakes in Ethiopia using VLOOKUP functions. It includes columns for country codes, lake names, areas, elevations, maximum depths, and water types. The data is sourced from two CSV files: 'm22grid.csv' and 'm22lake.csv'.

Uploaded by

yididyatarekegne
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views4 pages

Printout 1

The document contains a spreadsheet with formulas for retrieving data about lakes in Ethiopia using VLOOKUP functions. It includes columns for country codes, lake names, areas, elevations, maximum depths, and water types. The data is sourced from two CSV files: 'm22grid.csv' and 'm22lake.csv'.

Uploaded by

yididyatarekegne
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Yididya Tarekegne ET008 1019

1
2
3 Country
4
5 Code
6 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A6,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A6,0),"")
7 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A7,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A7,0),"")
8 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A8,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A8,0),"")
9 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A9,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A9,0),"")
10 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A10,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A10,0),"")
11 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A11,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A11,0),"")
12 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A12,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A12,0),"")
13 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A13,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A13,0),"")
14 =IF(VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A14,0)<>0,VLOOKUP($C$3,m22grid.csv!$A$1:$J$11,A14,0),"")
Yididya Tarekegne ET008 1019

C D

1
2
Lake finder by country
3 Ethiopia
4
5 Name Area(km2)
6 =IF(B6="","",VLOOKUP(B6,m22lake.csv!$A$2:$G$36,2,0)) =IF(B6="","",VLOOKUP(B6,m22lake.csv!$A$2:$G$36,4,0))
7 =IF(B7="","",VLOOKUP(B7,m22lake.csv!$A$2:$G$36,2,0)) =IF(B7="","",VLOOKUP(B7,m22lake.csv!$A$2:$G$36,4,0))
8 =IF(B8="","",VLOOKUP(B8,m22lake.csv!$A$2:$G$36,2,0)) =IF(B8="","",VLOOKUP(B8,m22lake.csv!$A$2:$G$36,4,0))
9 =IF(B9="","",VLOOKUP(B9,m22lake.csv!$A$2:$G$36,2,0)) =IF(B9="","",VLOOKUP(B9,m22lake.csv!$A$2:$G$36,4,0))
10 =IF(B10="","",VLOOKUP(B10,m22lake.csv!$A$2:$G$36,2,0)) =IF(B10="","",VLOOKUP(B10,m22lake.csv!$A$2:$G$36,4,0))
11 =IF(B11="","",VLOOKUP(B11,m22lake.csv!$A$2:$G$36,2,0)) =IF(B11="","",VLOOKUP(B11,m22lake.csv!$A$2:$G$36,4,0))
12 =IF(B12="","",VLOOKUP(B12,m22lake.csv!$A$2:$G$36,2,0)) =IF(B12="","",VLOOKUP(B12,m22lake.csv!$A$2:$G$36,4,0))
13 =IF(B13="","",VLOOKUP(B13,m22lake.csv!$A$2:$G$36,2,0)) =IF(B13="","",VLOOKUP(B13,m22lake.csv!$A$2:$G$36,4,0))
14 =IF(B14="","",VLOOKUP(B14,m22lake.csv!$A$2:$G$36,2,0)) =IF(B14="","",VLOOKUP(B14,m22lake.csv!$A$2:$G$36,4,0))
Yididya Tarekegne ET008 1019

E F

country
1
2
3
4
5 Elevation(m) Depth (max)
6 =IF(B6="","",VLOOKUP(B6,m22lake.csv!$A$2:$G$36,5,0)) =IF(B6="","",VLOOKUP(B6,m22lake.csv!$A$2:$G$36,6,0))
7 =IF(B7="","",VLOOKUP(B7,m22lake.csv!$A$2:$G$36,5,0)) =IF(B7="","",VLOOKUP(B7,m22lake.csv!$A$2:$G$36,6,0))
8 =IF(B8="","",VLOOKUP(B8,m22lake.csv!$A$2:$G$36,5,0)) =IF(B8="","",VLOOKUP(B8,m22lake.csv!$A$2:$G$36,6,0))
9 =IF(B9="","",VLOOKUP(B9,m22lake.csv!$A$2:$G$36,5,0)) =IF(B9="","",VLOOKUP(B9,m22lake.csv!$A$2:$G$36,6,0))
10 =IF(B10="","",VLOOKUP(B10,m22lake.csv!$A$2:$G$36,5,0)) =IF(B10="","",VLOOKUP(B10,m22lake.csv!$A$2:$G$36,6,0))
11 =IF(B11="","",VLOOKUP(B11,m22lake.csv!$A$2:$G$36,5,0)) =IF(B11="","",VLOOKUP(B11,m22lake.csv!$A$2:$G$36,6,0))
12 =IF(B12="","",VLOOKUP(B12,m22lake.csv!$A$2:$G$36,5,0)) =IF(B12="","",VLOOKUP(B12,m22lake.csv!$A$2:$G$36,6,0))
13 =IF(B13="","",VLOOKUP(B13,m22lake.csv!$A$2:$G$36,5,0)) =IF(B13="","",VLOOKUP(B13,m22lake.csv!$A$2:$G$36,6,0))
14 =IF(B14="","",VLOOKUP(B14,m22lake.csv!$A$2:$G$36,5,0)) =IF(B14="","",VLOOKUP(B14,m22lake.csv!$A$2:$G$36,6,0))
Yididya Tarekegne ET008 1019

1
2
3
4
5 Water
6 =IF(B6="","",VLOOKUP(B6,m22lake.csv!$A$2:$G$36,7,0))
7 =IF(B7="","",VLOOKUP(B7,m22lake.csv!$A$2:$G$36,7,0))
8 =IF(B8="","",VLOOKUP(B8,m22lake.csv!$A$2:$G$36,7,0))
9 =IF(B9="","",VLOOKUP(B9,m22lake.csv!$A$2:$G$36,7,0))
10 =IF(B10="","",VLOOKUP(B10,m22lake.csv!$A$2:$G$36,7,0))
11 =IF(B11="","",VLOOKUP(B11,m22lake.csv!$A$2:$G$36,7,0))
12 =IF(B12="","",VLOOKUP(B12,m22lake.csv!$A$2:$G$36,7,0))
13 =IF(B13="","",VLOOKUP(B13,m22lake.csv!$A$2:$G$36,7,0))
14 =IF(B14="","",VLOOKUP(B14,m22lake.csv!$A$2:$G$36,7,0))

You might also like