Hi All,
I'm looking to get a list of values based off of information in another column. See the fictitious table below. In the first column are sequential order #'s and in the second column are the clients' names.
I'd like to pull the list of values in column A based on the client in column B.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order #[/TD]
[TD]Client[/TD]
[/TR]
[TR]
[TD]HDS17-1[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-2[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-3[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-4[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-5[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-6[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-7[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-8[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!
I'm looking to get a list of values based off of information in another column. See the fictitious table below. In the first column are sequential order #'s and in the second column are the clients' names.
I'd like to pull the list of values in column A based on the client in column B.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order #[/TD]
[TD]Client[/TD]
[/TR]
[TR]
[TD]HDS17-1[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-2[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-3[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-4[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD]HDS17-5[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-6[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-7[/TD]
[TD]CLIENT1[/TD]
[/TR]
[TR]
[TD]HDS17-8[/TD]
[TD]CLIENT2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!