All,
I am trying to figure out how to go about this. I need to add a column and if Column "E" contains the word Printer and column "D" contains "OWB", i need to display "OWB PRINTER". If it doesnt match than i can just put "OTHER
Some examples below.
Column "D" Column "E"
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations Crown[/TD]
[TD="width: 469"]Konica Minolta Printer/Fax/Scanner[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations West Covina[/TD]
[TD="width: 469"]HP JetDirect Printer[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations Austin[/TD]
[TD="width: 469"]Ricoh Aficio/IPSiO Network Printer[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Bank Branches[/TD]
[TD="width: 469"]HP JetDirect Printer[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance
I am trying to figure out how to go about this. I need to add a column and if Column "E" contains the word Printer and column "D" contains "OWB", i need to display "OWB PRINTER". If it doesnt match than i can just put "OTHER
Some examples below.
Column "D" Column "E"
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations Crown[/TD]
[TD="width: 469"]Konica Minolta Printer/Fax/Scanner[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations West Covina[/TD]
[TD="width: 469"]HP JetDirect Printer[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Workstations Austin[/TD]
[TD="width: 469"]Ricoh Aficio/IPSiO Network Printer[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 763"]
<tbody>[TR]
[TD="width: 294"]OWB Bank Branches[/TD]
[TD="width: 469"]HP JetDirect Printer[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance