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")