How can I add a layer with X,Y in degrees (from an excelfile) to a map with CRS?
I am using QGIS 2.8.2
How can I add a layer with X,Y in degrees (from an excelfile) to a map with CRS?
I am using QGIS 2.8.2
Assuming your coordinates are in decimal degrees (see the answer of HeyOverThere), you just have to export your Excel file as a CSV and import the CSV following this tutorial. You may need to reproject your layer depending on its original datum.
If the coordinates are in degrees, minutes, and seconds you'll need to convert those values to decimal. Here's a quick guide on how to do that: