If adding one cell value is acceptableIf adding one cell value is acceptable: enter the conversion factor in any empty cell (even on another sheet), select Paste Special, and select the approrpriate calculation below of Transpose.
If notE.g., to convert between inches and centimeters:
enter the factor 2.54 in an empty cell;
copy that cell;
select the values to convert;
Menu
Edit->Paste Special;Under
Operations, select the arithmetic operation to use; for in -> cm, selectmultiply; for cm to in, selectdivide:
Without any modification of the sheet's content: then you'll have to create a macro that applies a pre-defined arithmetic operation on every cell in a defined / selected range.
