Hi all,
I need help with Vlookup
Currently I have a spreadsheet setup so that when I enter information in Column B on Column C looks up a vname (Which is on a different sheet) and puts the correct value in the box.
Everything works fine but I want to paste a large number of data into Column B and sometimes the info I paste will be missing a number at the end.
So for instants lets say I put in a35456 but its supposed to say a35456 01 I want to have it automaticly change column B and add the [space]01 to the end of it whenever column C has a value of #N/A. and then let me know that it did it by either copying that cell to another cell or highlighting it.
I don't know if this is possible.
If it isn't then maybe just have it so when it has an invalid entry (#N/A) in Column C it copies what I put in in column B to column A and adds [space]01 to it.
Currently the code in Column C is =VLOOKUP($B2,VName,2,FALSE)
I hope I explained that right
If any one has any ideas please let me know
Thanks
I need help with Vlookup
Currently I have a spreadsheet setup so that when I enter information in Column B on Column C looks up a vname (Which is on a different sheet) and puts the correct value in the box.
Everything works fine but I want to paste a large number of data into Column B and sometimes the info I paste will be missing a number at the end.
So for instants lets say I put in a35456 but its supposed to say a35456 01 I want to have it automaticly change column B and add the [space]01 to the end of it whenever column C has a value of #N/A. and then let me know that it did it by either copying that cell to another cell or highlighting it.
I don't know if this is possible.
If it isn't then maybe just have it so when it has an invalid entry (#N/A) in Column C it copies what I put in in column B to column A and adds [space]01 to it.
Currently the code in Column C is =VLOOKUP($B2,VName,2,FALSE)
I hope I explained that right
If any one has any ideas please let me know
Thanks