excellingatmyjob
New Member
- Joined
- Aug 19, 2014
- Messages
- 4
Help!
I have users input a number into a cell. I want that number to automatically format to have 2 decimal places. Then I am using that number and equation to auto-fill another section that has units also autofill in the cell. See below:
Left = Auto-filled from right side entry Right = user input data
A1 B1 C1 D1
[TABLE="width: 725"]
<tbody>[TR]
[TD]A1 [/TD]
[TD]B1[/TD]
[TD][/TD]
[TD]C1[/TD]
[TD="align: right"]D1[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 725"]
<tbody>[TR]
[TD]Total Heat Rejection:[/TD]
[TD]733 MBH[/TD]
[TD][/TD]
[TD]Total Heat Rejection:[/TD]
[TD="align: right"]733.00[/TD]
[/TR]
</tbody>[/TABLE]
So, the user inputs data into D1, the cell is formatted to have 2 decimal spaces
The formula in B1 = =D1&" MBH"
How do I get B1 to display 733.00 MBH - keeping the decimal places.
Thank you!
I have users input a number into a cell. I want that number to automatically format to have 2 decimal places. Then I am using that number and equation to auto-fill another section that has units also autofill in the cell. See below:
Left = Auto-filled from right side entry Right = user input data
A1 B1 C1 D1
[TABLE="width: 725"]
<tbody>[TR]
[TD]A1 [/TD]
[TD]B1[/TD]
[TD][/TD]
[TD]C1[/TD]
[TD="align: right"]D1[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 725"]
<tbody>[TR]
[TD]Total Heat Rejection:[/TD]
[TD]733 MBH[/TD]
[TD][/TD]
[TD]Total Heat Rejection:[/TD]
[TD="align: right"]733.00[/TD]
[/TR]
</tbody>[/TABLE]
So, the user inputs data into D1, the cell is formatted to have 2 decimal spaces
The formula in B1 = =D1&" MBH"
How do I get B1 to display 733.00 MBH - keeping the decimal places.
Thank you!