Conver Numbers to Log 10

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

Guest

How do I convert column of numbers (n=3000) to log 10 column of numbers?
 
Assuming that your column is column A, one way:

In an unused column, enter

=LOG(A1)

and copy down 3000 cells.

Copy the column, choose column A and choose Edit/Paste Special,
selecting the Values radio button.
 

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