HI ALL,
I have a sheet where column A pulls a specific number from the database (if you can call it that) as long as the database contains a corresponding "x" within the same row.
Formula in sheet T_PM column A.
=IF(Database!C3="x",Azalea_Code_39_Full_ASCII(CONCATENATE("A",Database!$A3)),IF(Database!K3="x",Azalea_Code_39_Full_ASCII(CONCATENATE("C",Database!$A3)),""))
Value returned: *A101*
*The Azalea_Code_39_Full_ASCII is a module which changes text to a format which is recognizable by my bar code scanner after it's been changed to barcode font.
In sheet T_PM, column C, I want to have the actual value from column A in the barcode font. However, every formula I use makes the value unsearchable by the barcode reader.
Example. if in sheet t_PM column B, I put =$A3, the barcode displayed in C3 = A101, but when a lookup macro asks A101 it will not return the value as being in column C...or returns the values in the actual formula.
Can anyone tell me how to make column C equal the value in column A, and have my lookup macro return the actual value not the formula?
...it's probably something simple, but my brain is scrambled and I feel like I'm beating my head against a wall.
Thanks in advance.
P.S. - I'm new to the forum, so if I'm not posting this right, please point me in the right direction.
I have a sheet where column A pulls a specific number from the database (if you can call it that) as long as the database contains a corresponding "x" within the same row.
Formula in sheet T_PM column A.
=IF(Database!C3="x",Azalea_Code_39_Full_ASCII(CONCATENATE("A",Database!$A3)),IF(Database!K3="x",Azalea_Code_39_Full_ASCII(CONCATENATE("C",Database!$A3)),""))
Value returned: *A101*
*The Azalea_Code_39_Full_ASCII is a module which changes text to a format which is recognizable by my bar code scanner after it's been changed to barcode font.
In sheet T_PM, column C, I want to have the actual value from column A in the barcode font. However, every formula I use makes the value unsearchable by the barcode reader.
Example. if in sheet t_PM column B, I put =$A3, the barcode displayed in C3 = A101, but when a lookup macro asks A101 it will not return the value as being in column C...or returns the values in the actual formula.
Can anyone tell me how to make column C equal the value in column A, and have my lookup macro return the actual value not the formula?
...it's probably something simple, but my brain is scrambled and I feel like I'm beating my head against a wall.
Thanks in advance.
P.S. - I'm new to the forum, so if I'm not posting this right, please point me in the right direction.