Truncating entire worksheet

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

Guest

I have a budget worksheet which gets loaded into our main database system.
THe numbers in the worksheet have nummbers beyond the decimal(123.34) In
order to load intoour system, all the numbers need to zero (123.00).

Any thoughts on an easy way to do this? I have 15 sheets with 300 line
items each.
 
First->SAVE
Then, try this:

Edit>Replace
Find what: .*
Replace with: (leave this blank)
Click the [Replace All] button

Caveat: That will find all decimal points and truncate everything from the
decimal point, inclusive. If you have a paragraph with a period....everthing
from the period will be deleted. If that situation exists...select only the
impacted numeric cells then perform the Edit/Replace.


Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 

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