Decimal Places

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a client who cuts and pastes data from my Excel spreadsheets. My
spreadsheets display the actual integer values (such as 42, 39, etc.) but
when they copy and paste they get 41.888876 or 39.443267.

Is there a way to "set" the decimal value so that they get a rounded integer?

Thanks for your help.

MJ
 
Format cells as Number with zero decimal places. This only DISPLAYS as
integers but will calculate as decimal numbers e.g. 41.888876
 
Hi,

I think you have some formulas in your worksheet and these figurs are result
of those formulas so the thing is that you have to put your formulas in a
round function like below:

=ROUND(your formula,2)

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top