I'm trying to capture the dates

Solazie

New Member
Joined
Nov 7, 2017
Messages
2
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
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Welcome to the board.

Are the "01/01/17" and "01/05/18" values in the header text values or Excel dates? i.e. if you format the cell with 01/01/17 as a number, does it show 42736? Or does it still show the text "01/01/07"?

If it's text, try =HLOOKUP("01/01/2017",A1:E3,2,0)

If it's an Excel date/number, add a +0 to try =HLOOKUP("01/01/2017"+0,A1:E3,2,0)
 
Upvote 0

Forum statistics

Threads
1,223,157
Messages
6,170,419
Members
452,325
Latest member
BlahQz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top