Sorting after using VLOOKUP

  • Thread starter Martha W. Stone
  • Start date
M

Martha W. Stone

I finally figured out the VLOOKUP function and have the info I need on one
spreadsheet. Now, I want to sort the spreadsheet. I think I need to "lock"
the formulas in the cells some way so they will sort with the correct
records. Is this even possible?
 
D

Dave Peterson

Do your =vlookup()'s refer to cells in the same row? If yes, then I bet you'll
be ok.

(If they used a different row, you might have trouble, though.)

The easiest check is to save your workbook, then apply the sort (to the whole
range). Then see if it worked for you.

If it didn't, you can close without saving (or just Edit|Undo).



One way to "lock" formulas is to get rid of them! Convert the formulas to
values. And the easiest way to do that is to select your range,
rightclick|Copy, then rightclick|Paste Special|Values.
 

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

Top