P
peter d
Hi,
I can nearly do this but not quite.
I am using a spreadsheet to generate bar codes for
release notes on a transport manifest. I want to make
sure that duplicates are not entered so want to use an if
function to check before creating the bar code.
The function I have is:
=IF((COUNTIF(C:C,C8))>1,"Duplicated","*"&C8&"*")
If the count is greater than 1 it prints 'duplicated'
which is what I am after - but it prints in the bar code
font.
How can I get it to change the font for dupicated to
print in, say, Arial? I seem to remember a Format or Font
function but can't find it anywhere.
Any help would be much appreciated.
Peter
I can nearly do this but not quite.
I am using a spreadsheet to generate bar codes for
release notes on a transport manifest. I want to make
sure that duplicates are not entered so want to use an if
function to check before creating the bar code.
The function I have is:
=IF((COUNTIF(C:C,C8))>1,"Duplicated","*"&C8&"*")
If the count is greater than 1 it prints 'duplicated'
which is what I am after - but it prints in the bar code
font.
How can I get it to change the font for dupicated to
print in, say, Arial? I seem to remember a Format or Font
function but can't find it anywhere.
Any help would be much appreciated.
Peter