When you say a point graph, what are you plotting? If x is latitude what is y?
You just want to normalise the latitudes so that min to max is 0-100? If so then do: dx=(max value - min value)/n, where n=100 in this case. But then you'd have to re input the data.
Would be quicker to use the following in excel: Normalised X value = (Raw X value - X min) / dx
When you say a point graph, what are you plotting? If x is latitude what is y?
You just want to normalise the latitudes so that min to max is 0-100? If so then do: dx=(max value - min value)/n, where n=100 in this case. But then you'd have to re input the data.
Would be quicker to use the following in excel: Normalised X value = (Raw X value - X min) / dx
If I understand you correctly