Hi,
I'm trying to capture my dates, I'm using Hlookup but it always shows n/a. And my grid is kinda like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Item Description
[/TD]
[TD]ETA
[/TD]
[TD]01/01/17
[/TD]
[TD]01/05/18
[/TD]
[/TR]
[TR]
[TD]21454
[/TD]
[TD]ABC1
[/TD]
[TD][/TD]
[TD]2,115
[/TD]
[TD]1,222
[/TD]
[/TR]
[TR]
[TD]21455
[/TD]
[TD]ABC2
[/TD]
[TD][/TD]
[TD]0
[/TD]
[TD]3,008
[/TD]
[/TR]
</tbody>[/TABLE]
I want to capture the right date from the right quantities from the item number.
Please guide me with this.
Thank you
I'm trying to capture my dates, I'm using Hlookup but it always shows n/a. And my grid is kinda like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Item Description
[/TD]
[TD]ETA
[/TD]
[TD]01/01/17
[/TD]
[TD]01/05/18
[/TD]
[/TR]
[TR]
[TD]21454
[/TD]
[TD]ABC1
[/TD]
[TD][/TD]
[TD]2,115
[/TD]
[TD]1,222
[/TD]
[/TR]
[TR]
[TD]21455
[/TD]
[TD]ABC2
[/TD]
[TD][/TD]
[TD]0
[/TD]
[TD]3,008
[/TD]
[/TR]
</tbody>[/TABLE]
I want to capture the right date from the right quantities from the item number.
Please guide me with this.
Thank you