Need assistance with an If Then formula

Copper Contributor

I want the following to occur. When I pick say 22 inches from a drop down I want to display that result in the cell with the drop down but then display the conversion to centimeters in the cell directly below the cell displaying 22 inches. The drop downs are already created for inches and centimeters

3 Replies

Hello @Buckeye55,

 

Let's say your drop-down is located in cell A1, then in cell A2 put the following:

=CONVERT(A1,"in","cm") 

 

Hope this helps!
PReagan

@PReagan 

It kicked back #VALUE

@Buckeye55 

 

I fixed it.