Sorry for an easy one, but I'm having trouble finding/figuring this one out.
I just want the cell to limit the output to no more than 2 decimals
Where are examples of outputting text with numbers??
Thanks in advance!
I just want the cell to limit the output to no more than 2 decimals
Code:
=IF(BA6, M10/2.54&" inches", M10*2.54&" cm")
Where are examples of outputting text with numbers??
Thanks in advance!