I’ve got an excel file containing freight detail and I’d like to construct the following formula:
[TABLE="width: 640"]
<colgroup><col width="64" span="10" style="width: 48pt;"></colgroup><tbody>[TR]
[TD="width: 576, colspan: 9"]IF order # is between 100-199 and receiving location is one of the ten locations then - freight in[/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 9"]IF order # is between 300-390 and shipping location is one of the ten locations then - freight out[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 10"]IF order # is between 800-899 and receiving lcoation is one of the ten locations then - freight transfer[/TD]
[/TR]
</tbody>[/TABLE]
How is can I construct so that it is only one statement?
Thanks.
Bob
[TABLE="width: 640"]
<colgroup><col width="64" span="10" style="width: 48pt;"></colgroup><tbody>[TR]
[TD="width: 576, colspan: 9"]IF order # is between 100-199 and receiving location is one of the ten locations then - freight in[/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 9"]IF order # is between 300-390 and shipping location is one of the ten locations then - freight out[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 10"]IF order # is between 800-899 and receiving lcoation is one of the ten locations then - freight transfer[/TD]
[/TR]
</tbody>[/TABLE]
How is can I construct so that it is only one statement?
Thanks.
Bob