Spreadsheets: Excel: convert() function
The tutor mentions Excel’s convenient conversion utility.
I used to wonder, casually, what a nautical mile is compared to an ordinary mile. Not anymore: today I discovered Excel’s convert() formula, which is among the Engineering ones in More Functions, in the Formulas pane. convert() has many possibilities, which you can discover by selecting it, then clicking “Help on this function”.
The basic syntax is
=convert(quantity, “first_unit”,”second_unit”)
To convert one nautical mile to regular miles, for instance, I key in
=convert(1,”Nmi”,”mi”)
Excel responds with 1.150779.
For cups to litres, I key in
=convert(1,”cup”,”l”)
Excel responds with 0.23664.
HTH:)
Jack of Oracle Tutoring by Jack and Diane, Campbell River, BC.