unknownymous
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 249
- Office Version
- 2016
- Platform
- Windows
Hello Guys,
Is there any way where I can copy the whole row if the country is United States and the State is "N/A" ?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Country[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]New York[/TD]
[TD]N/A[/TD]
[TD]United States[/TD]
[/TR]
[TR]
[TD]002[/TD]
[TD]New York[/TD]
[TD]NY[/TD]
[TD]United States[/TD]
[/TR]
</tbody>[/TABLE]
I want to copy the data in another tab like this and header will be pasted starting in F1 (code):
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Country[/TD]
[TD]Note[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]New York[/TD]
[TD]N/A[/TD]
[TD]United States[/TD]
[TD]Please Check[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for the help.
Is there any way where I can copy the whole row if the country is United States and the State is "N/A" ?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Country[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]New York[/TD]
[TD]N/A[/TD]
[TD]United States[/TD]
[/TR]
[TR]
[TD]002[/TD]
[TD]New York[/TD]
[TD]NY[/TD]
[TD]United States[/TD]
[/TR]
</tbody>[/TABLE]
I want to copy the data in another tab like this and header will be pasted starting in F1 (code):
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Country[/TD]
[TD]Note[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]New York[/TD]
[TD]N/A[/TD]
[TD]United States[/TD]
[TD]Please Check[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for the help.