A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi SamBeardsley!
Thank you for the feedback
You may need to state the countries in the formula.
Please try the two formulas below:
-
=SUMIF(A1:A195, OR(C1="Italy",C1="France",C1="Switzerland",C1="Spain",C1="etc"), B1:B195)
This formula uses the OR function to check whether each cell in the range C1:C195 matches any of the European countries in the criteria list. If a match is found, the corresponding value from the range B1:B195 is added to the sum. Note that you can adjust the list of European countries in the formula to include any additional countries that you need to include.
-
=SUMIF(A1:A195,C1:B195)
This formula will sum the population of all the countries in B1:B195 that match any of the countries listed in C1:C195.
Kindly let me know, if you require additional assistance, I will be glad to help further.
Best Regards, Shakiru