View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Patti Robertson Patti Robertson is offline
external usenet poster
 
Posts: 1
Default Row #s Not Advancing When I Copy Formula

Hi All. I'm working on a spreadsheet of addresses that I have to convert to
barcode. I found a plug-in that makes barcode a font. My address parts are
in multiple columns. When I copy the formula to pull the address parts into
one column, the row numbers are not advancing as I copy them down. Here's my
formula. Can anyone tell me what I'm doing wrong?

(=ConvertStringToCode128(Concatenate(G6, H6, I6, J6))