Regards,
--tj
<techj...@gmail.com> wrote in message
news:3c6db4af-0173-4b85...@d7g2000prl.googlegroups.com...
Thanks for the fast response. Alright, I was able to apply this to
one cell, but what if I already have a range of cells with data
currently populated?
Regards,
--jp
You should be able to insert a new column and paste the formula into
that column, working on the data that you already have populated. If
this doesn't work, can you post a small sample of what your data looks
like (the columns that have data, and the columns where you need the
barcode stuff).
Here's my problem:
My A16 cell looks like this
="*" & A16 & "*"
My B1 cell looks like this 123
When I go to copy B1 into A16, A16 now just displays 123 in the bar
status bar. It overwrite the formula. I can manually go into A16 and
change A16 values, which is blue, but this requires that I manually
input the data one cell at a time.
Regards,
--jp
If A16 really looked like that, it would be a circular reference.
STOP THAT!
>My B1 cell looks like this 123
>When I go to copy B1 into A16
I think you want A16 to say:
="*" & B1 & "*"
Perfect!
Thanks,
--tj