# CONVERT
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course#5.2 Google Analytics - 5 Analyze - Module 2 - Format and Adjust Data Format and Adjust Data|Google Analytics Certificate]]
#### Sub-context: [[Function#Spreadsheet functions]]
>[! Definition]
>Converts a numeric value to a different unit of measure
## Examples
```spreadsheet
=CONVERT(value_ref, start_unit, end_unit)
=CONVERT(B6, "mph", "m/s")
```
## Related
## Resources
[Google Sheets docs](https://support.google.com/docs/answer/6055540?hl=en&sjid=10021144509778037177-NC#null)
[Excel helper doc](https://corporatefinanceinstitute.com/resources/excel/excel-convert-units-function/)
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)
Converts a numeric value to a different unit of measure @@@ [[CONVERT|=CONVERT()]]