why is excel not showing the last digit ( if it's a zero) in my if statement

bleeet

Board Regular
Joined
May 11, 2009
Messages
208
Office Version
  1. 2013
Platform
  1. Windows
hello

i made an if statement in my workbook and populates a number form a different cell. the problem i am having now is that if a zero is the last digit it will not show it but in the original cell it shows it. for example if the number is 11.40 in the cell it will populate in a different cell (the one with my if statement ) as 11.4

how can i make it show 11.40?

in my if statement i use "&F57&" to populate the number
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Just another thought:
Have you checked if the format is the same as in the cell where are you copy from?

You can always increase or decrease decimal using build in toll in Excel

tl_desetinna_mista.gif
 
Upvote 0
Use the TEXT function, eg.

"&TEXT(F57,"0.00")&"

this doesn't seem to work i keep getting an error


and by the way it will show the last digit if it's any other number but not when it's 0
 
Upvote 0
never mind got it to work thanks guys for the help
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,774
Members
452,942
Latest member
VijayNewtoExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top