Custom Number format showing units.

  • Thread starter Thread starter GrahamS
  • Start date Start date
G

GrahamS

I want to do a calculation multiplying 2 cells with the result to show in a
3rd cell as: ###.## kg. How do I get the kg to appear?
 
GrahamS said:
I want to do a calculation multiplying 2 cells with the result to show in a
3rd cell as: ###.## kg. How do I get the kg to appear?


I think this is what you need

=A1*B1&" kg"
 
Back
Top