ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   combining cells and keeping decimal format (https://www.excelbanter.com/excel-discussion-misc-queries/137082-combining-cells-keeping-decimal-format.html)

Bryan

combining cells and keeping decimal format
 
I am combining 3 cells A1 B1 C1 with an x between them using this forumla:
=A1&" x "&B1&" x "&C1

A1's data is 07.00 (the entire column is formatted with Custom 00.00)
B1's data is 02.12 (same format)
C1's data is 02.12 (same format)

My DESIRED result is to have column D1 to look like this:
07.00 x 02.12 x 02.12

My ACTUAL result is looking like this:
7 x 2.12 x 2.12

Any suggestions for a rookie?

Thanks,
Bryan

Toppers

combining cells and keeping decimal format
 
=TEXT(A1,"00.00")&" x "&TEXT(B1,"00.00")&" x "&TEXT(C1,"00.00")

"Bryan" wrote:

I am combining 3 cells A1 B1 C1 with an x between them using this forumla:
=A1&" x "&B1&" x "&C1

A1's data is 07.00 (the entire column is formatted with Custom 00.00)
B1's data is 02.12 (same format)
C1's data is 02.12 (same format)

My DESIRED result is to have column D1 to look like this:
07.00 x 02.12 x 02.12

My ACTUAL result is looking like this:
7 x 2.12 x 2.12

Any suggestions for a rookie?

Thanks,
Bryan


Bryan

combining cells and keeping decimal format
 
Works like a champ !!!!!

Thank you so much.

"Toppers" wrote:

=TEXT(A1,"00.00")&" x "&TEXT(B1,"00.00")&" x "&TEXT(C1,"00.00")

"Bryan" wrote:

I am combining 3 cells A1 B1 C1 with an x between them using this forumla:
=A1&" x "&B1&" x "&C1

A1's data is 07.00 (the entire column is formatted with Custom 00.00)
B1's data is 02.12 (same format)
C1's data is 02.12 (same format)

My DESIRED result is to have column D1 to look like this:
07.00 x 02.12 x 02.12

My ACTUAL result is looking like this:
7 x 2.12 x 2.12

Any suggestions for a rookie?

Thanks,
Bryan



All times are GMT +1. The time now is 04:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com