how many square feet to an acre

  • Thread starter Thread starter Guest
  • Start date Start date
If you can remember that a mile is 5280 ft and a square mile is 640
acres, you can always derive it.

Alan Beban

jculjk wrote:
 
Or you could use the Convert function in Excel -
=CONVERT(number,from_unit,to_unit)
Use the help key for syntax for the "from-unit" & "to_unit"
Rgds,
ScottO

| If you can remember that a mile is 5280 ft and a square mile is 640
| acres, you can always derive it.
|
| Alan Beban
|
| jculjk wrote:
 
Oh really? What's the exact formula to convert from an acre to square feet?

Alan Beban
 
43,560 apologies - I should have checked that there was support for units of area before opening up
my big keyboard :)

The Convert function doesn't directly support units of area, but can be used for "square units to
square units" conversion. Eg to convert 100 square feet to square metres use the following formula:
=CONVERT(CONVERT(100,"ft","m"),"ft","m")

Rgds,
ScottO

| Oh really? What's the exact formula to convert from an acre to square feet?
|
| Alan Beban
|
| ScottO wrote:
| > Or you could use the Convert function in Excel -
| > =CONVERT(number,from_unit,to_unit)
| > Use the help key for syntax for the "from-unit" & "to_unit"
| > Rgds,
| > ScottO
| >
| > | If you can remember that a mile is 5280 ft and a square mile is 640
| > | acres, you can always derive it.
| > |
| > | Alan Beban
| > |
| > | jculjk wrote:
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top