Help with microsoft excel

  • Thread starter Thread starter beckvalleybooks
  • Start date Start date
B

beckvalleybooks

I want to insert g after data already entered in a column for every row in
that coloumn. I have over 4000 rows so this would take ages manually, is
there another way.

currently for example
0.100
want it to read
0.100g

please note all rows have different numbers.
 
Would a Custom Format of #,##0.00"g" work for you?

If you want the "g" hard-coded you must use a helper column and a formula

=A1 & "g" entered in B1

Double-click on the fill handle of B1

Select column B and copy.

Then paste special>Values>Ok>Esc

Delete column A


Gord Dibben MS Excel MVP
 
Fantastic , thankyou, worked completely.

Gord Dibben said:
Would a Custom Format of #,##0.00"g" work for you?

If you want the "g" hard-coded you must use a helper column and a formula

=A1 & "g" entered in B1

Double-click on the fill handle of B1

Select column B and copy.

Then paste special>Values>Ok>Esc

Delete column A


Gord Dibben MS Excel MVP
 
Just curious.

Did you go with the custom format or the helper column with formulas?

I did not note that if you go with the formula method, the numbers are no
longer numbers but text.


Gord
 

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