I have a spreadsheed where I have used the vlookup function. As far as I know, that part is working correctly. However, I want to copy and paste the results of the formula and not the formula itself. Normally I would just paste special- values (and indeed, that's what a google search tells me to do). However, when I try to do that, the only cell that is pasted is the first cell. how can I fix this?
Because I am only using the formula in cells that are blank, would that be a reason that copy/paste isn't working correctly?
Here is the VLOOKUP code that I am using: =VLOOKUP(BE53, $BA$2:$BB$9999, 2, FALSE) and then I drag is down to copy it.
Rather than copy paste, could you just point the cell/database/ppt/whatever at the cells in question?
For example, if vlookup is in Sheet1 A1 and you are copying it to Sheet2 A1, just type "=sheet1A1" into sheet2 A1?
It gets more complicated if you want to put it somewhere else but the principle holds.