Forum Discussion

Croftinator's avatar
Croftinator
Copper Contributor
May 25, 2023
Solved

Converting number format to cell value

Hi folks - curious if there's a clever way to convert a number's format to become the cell value.    ie: we have a cell value of 85, and we apply a number format to represent 2 decimal places, to 8...
  • HansVogelaar's avatar
    May 25, 2023

    Croftinator 

    If you copy and paste a formatted cell, you'll copy the format too.

    If you copy a cell and paste as Values, you get only the value, not the formatting - that's the point of paste as Values.

    You could do the following. Let's say you have 85 in cell D2.

    In E2, enter the formula =TEXT(D2, "0.00"). You'll see 85.00 in E2 as a text value.

    You can now copy E2 instead of D2, and paste as Values. That will result in 85.00.

Resources