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
Item Number
Item Description
ETA
01/01/17
01/05/18
21454
ABC1
2,115
1,222
21455
ABC2
0
3,008

<tbody>
</tbody>

I want to capture the right date from the right quantities from the item number.

Please guide me with this.

Thank you
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
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,216,523
Messages
6,131,171
Members
449,627
Latest member
ChrisNoMates

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