Another completely different approach would be to split column A into three columns using the '*' as the delimiter symbol, then join them all together again with

TEXT(A1/2.54,"0.00")&" * "&TEXT(B1/2.54,"0.00")&" * "&TEXT(C1/2.54,"0.00")