so i am doing a statistic's project and i need to combine the tables with one another since the tables do not have the same countries i need to use vlookup in excel to combine it
the main problem is: in the table there are countries and years which need to be in 2 columns but when using vlookup it only returns the 1st value that it finds with the country's name so all the years belgium has the same internet rate returned when in fact it doesn't
so this is the function that i used(in order to get the internet rates for each country): =VLOOKUP($A16,Internet_Zugangsdichte!$A$2:$C$469,3,FALSE)
this is the table where i had to put the value with the formula