212k views
0 votes
What is the answer to, If you want to convert 10,560 feet to miles microsoft excel, which formula will you use?

User Avi L
by
6.8k points

1 Answer

3 votes

Excel's Convert function is used to convert foot measurement to inches, mils, and meters. In order to convert 10,560 feet to miles the following function should be written

miles=Convert(10560, "ft", "Nmi")

Or if we want to convert a value in certain cell, A1 fo example, we can write:

=covert(A1, "ft", "Nmi")

User Psopa
by
7.2k points