Thanks Thanks:  0
Showing results 1 to 2 of 2

Thread: Need help in exporting log file of scanner with lat long

  1. #1
    Member Reputation: 49
    Join Date
    2010-02-28
    Posts
    61


    Default Need help in exporting log file of scanner with lat long

    i have logfile with scanner rssi value.i need to export that in excel with lat long and rssi to compare with model.But when i export those log file ,i get result lat44.1 and long 69.44 just two decimal which points same area in map.if i export in text i get reult as lat N4406.2360 and long W 06926.2218.


    So can some bodyhelp me how can i get degreee decimal values of above.

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 50
    Join Date
    2010-03-25
    Posts
    94


    Default

    In Excel you can do this to convert: N4406.2360 to 44.06236, where A1 is the cell:
    =(RIGHT(A1,9))/100

    If Longitude is: W06926.2218
    Then you should use this: =((RIGHT(A1,9))/100)*-1
    To get -69.262218

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •