Multiple cell unit conversion. Please help.

  • Thread starter Thread starter Nicholas
  • Start date Start date
N

Nicholas

I need to convert numbers in 500 separate cells in one sheet from centimeters
to inches. I can do one-by-one using the convert function and inputing the
cell location in the number field, "cm" in the "from_unit" field, and "in" in
the "to_unit" field. However I need to do north of 500 of these. How do you
do that using Microsoft Office Excel 2007?
 
Enter your conversion factor, 2.54, in some random cell. Select that cell
and ctrl+c to copy. Highlight all the cells you want converted. Right-click
and select Paste Special, select divide and click OK.
 
Create a helper column.
Insert a column.
Use the formula =a1*2.54
Copy it down.

Now you have both in and cm.
You can either keep them, copy>paste special>values the helper column, and
delete the original.

Regards.
Fred.
 

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