Automate a few things

  • Thread starter Thread starter noodlehead777
  • Start date Start date
The paste special command can do both of the things you've asked. To
turn positives to negatives do the following:

Type -1 in a cell
Copy that cell
Select the entire range you want to switch signs on
Select Edit / Paste Special and choose Values and Multiply and OK

To divide by 1000, just type 1000, copy, paste special and choose
Values and Divide.

Let me know if you have more questions
 
how often do you have to do it? If only a few times, then consider
setting up a second sheet where each cell refers to the similar cell in
the first sheet, but with a negative sign. If your sheet includes text
as well as numbers, you will probably need to use an IF statement to
test for text formating, so that the formula is not applied to text.

If it is something that you need to do many, many times, you may want to
consider some macro.

WindsurferLA
 

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