Hello,
I have a report which needs data populated into it from a downloaded file. My report looks a little like this. I need to pull the data from the second table into this report. I was going to do a lookup but since the Part# duplicates i knew it wasn't going to be that easy. So since Row one is what determines what each station result is, i thought maybe an IF statement with a lookup within. But then i started just getting confused. Any help would be greatly appreciated.
Thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]P010[/TD]
[TD]P010A[/TD]
[TD]P010B[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Part#[/TD]
[TD]Station 1[/TD]
[TD]Station 2[/TD]
[TD]Station 3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12345[/TD]
[TD]430[/TD]
[TD]185[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The report my data comes from looks like this
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Part#[/TD]
[TD]Spec#[/TD]
[TD]Description[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]12345[/TD]
[TD]P010[/TD]
[TD]430[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12345[/TD]
[TD]P010A[/TD]
[TD]185[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]12345[/TD]
[TD]P010B[/TD]
[TD]75[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a report which needs data populated into it from a downloaded file. My report looks a little like this. I need to pull the data from the second table into this report. I was going to do a lookup but since the Part# duplicates i knew it wasn't going to be that easy. So since Row one is what determines what each station result is, i thought maybe an IF statement with a lookup within. But then i started just getting confused. Any help would be greatly appreciated.
Thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]P010[/TD]
[TD]P010A[/TD]
[TD]P010B[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Part#[/TD]
[TD]Station 1[/TD]
[TD]Station 2[/TD]
[TD]Station 3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12345[/TD]
[TD]430[/TD]
[TD]185[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The report my data comes from looks like this
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Part#[/TD]
[TD]Spec#[/TD]
[TD]Description[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]12345[/TD]
[TD]P010[/TD]
[TD]430[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]12345[/TD]
[TD]P010A[/TD]
[TD]185[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]12345[/TD]
[TD]P010B[/TD]
[TD]75[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]