You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've got the formula for converting feet to meters but I need cubic feet to cubic meters. I am using the contents of one cell as the first part of my formula. This is what I have so far: =CONVERT(B3,"ft","m") Any help would be great... Thanks, Scott
Kevin Weaver
unread,
May 14, 2000, 3:00:00 AM5/14/00
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Divide the Cubic Feet by 35.314.
100 Cubit Feet = = 2.83 Cubic Meters
Alan Linton
unread,
May 14, 2000, 3:00:00 AM5/14/00
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
>I've got the formula for converting feet to meters but I need cubic feet to >cubic meters. I am using the contents of one cell as the first part of my >formula. This is what I have so far: >=CONVERT(B3,"ft","m") >Any help would be great... >Thanks, Scott > >
Hello Scott,
Try this
=B3*CONVERT(1,"ft","m")^3
-- Alan Linton
no2...@gmail.com
unread,
Sep 8, 2012, 11:15:58 AM9/8/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message