Metric to English conversion

craigwojo

Board Regular
Joined
Jan 7, 2005
Messages
245
Office Version
  1. 365
Platform
  1. Windows
I need a simple (for you) conversion chart that I can input into any cell and the rest would calc the results.
A1=mm
A2=cm
A3=meters
A4=inches
A5=feet and inches
an example would be: if I know the meters and put the data into the meter ell it would calc to the other cells. If had the inch value it would calc to the remaining cells in the row.
It can be rounded up to 1 tenth of the result.

Thank you in advance.
God bless,
Craig
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi, how about something like this.

Book5
AB
1From Amount5
2From Dimensionmm
3
4To
5mm5
6cm0.5
7m0.005
8in0.19685
9ft0.016404
Sheet1
Cell Formulas
RangeFormula
B5:B9B5=CONVERT($B$1,$B$2,A5)
Cells with Data Validation
CellAllowCriteria
B2List=$A$5:$A$9
 
Upvote 0
there is a convert() function
will that do what you need ?
 
Upvote 0
Hi, how about something like this.

Book5
AB
1From Amount5
2From Dimensionmm
3
4To
5mm5
6cm0.5
7m0.005
8in0.19685
9ft0.016404
Sheet1
Cell Formulas
RangeFormula
B5:B9B5=CONVERT($B$1,$B$2,A5)
Cells with Data Validation
CellAllowCriteria
B2List=$A$5:$A$9

I don't know on how to do this but I believe I can figure it out. Thank you.
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top