在EXCEL里面将高斯坐标转换经纬度公式

2025-04-26 04:05:17
推荐回答(2个)
回答1:

Sub test()
a=0.6 “X转换系数
b=0.8 “Y转换系数
For i=2 to 1000
If Cells(i,2)=“” then exit for
Cells(i,5)=Val(split(Cells(i,2),”=“)(1))*a
Cells(i,6)=Val(split(Cells(i.3),”=“)(1))*b
Next
End Sub

回答2:

EXCEL我懂,你说的专业术语我不懂。所以如何提问很重要。