Using F2 - How do you do 3,000 entries all at once?

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

Guest

I have discovered I need to change cell formatting from Text to General in
order to get my VLOOKUP to work properly. The problem is is that I would
prefer to do this all at once as my column contains well over 3,000 entries.
Imagine pressing F2, Enter, F2, Enter, F2, Enter into each individual cell (I
can't keep the beat going!) Is there a better way to perfom this task in one
step?
 
First off, format your range to "General" or "Number"
Enter a 1 into any blank cell.
Copy that cell.
Select your range of data to convert.
Paste Special, and select "Multiply"
Click OK
Delete the 1 that you entered originally.

By multiplying all data by 1, you've changed each value that Excel can
recognize as a number into a number without changing the value.

HTH,
Elkar
 
Try this..

Select one of the cells, start a macro recording and convert from test
to general. Stop the macro recording.

Then select all your cells and run the macro.
 
You're brilliant Elkar ... thank you!!!!

Elkar said:
First off, format your range to "General" or "Number"
Enter a 1 into any blank cell.
Copy that cell.
Select your range of data to convert.
Paste Special, and select "Multiply"
Click OK
Delete the 1 that you entered originally.

By multiplying all data by 1, you've changed each value that Excel can
recognize as a number into a number without changing the value.

HTH,
Elkar
 

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