An open API service indexing awesome lists of open source software.

https://github.com/sakamochanq/dms-calculator

* Excel VBA より 度分秒の計算をセル上で行えます
https://github.com/sakamochanq/dms-calculator

dms excel-vba

Last synced: 9 days ago
JSON representation

* Excel VBA より 度分秒の計算をセル上で行えます

Awesome Lists containing this project

README

        

## DMS Calculator in Excel VBA 🌵
Excel VBA Script that allows you to perform comfortable calculations of *DMS*
used in traverses using functions on Excel Cells.


### Features
- [x] Add and range specification.
- [ ] Simplified handling of negative numbers.
- [x] Calculation of cos sin.
- [ ] Add Compass
- [ ] Refactoring.


### Usage

1. Open Excel and VBA Editor.

2. Add main.vbs as a new module.

3. Use the functions provided in the script to perform calculations on your data.


> [!Note]
> This script is designed to work with Excel and VBA,
> and it may not function correctly in other environments.


### Example

```python
A1 = 179°50′0″
B1 = 0°10′0″

=sok_def(A1, B1) #180°0′0″
```


```python
A1 = 179°30′0″
A2 = 0°10′0″
A3 = 0°20′0″

=sok_sum(A1:A3) #180°0′0″
```




### Author

- Developing by [Sakamochanq](https://github.com/Sakamochanq)

- Contributing by [Github Copilot](https://github.com/features/copilot)


### License

Release under the [MIT License](https://github.com/Sakamochanq/DMS-Calculator/blob/master/LICENSE)