+ Reply to Thread
Results 1 to 10 of 10

I'm trying to capture the dates

  1. #1
    Registered User
    Join Date
    11-06-2017
    Location
    USA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    13

    I'm trying to capture the dates

    Hi,

    I attached my sample workbook in here.

    I'm trying to get my ETA on my grid however its just giving me N/A

    I used hlookup for it but it doesn't work. I don't know how to get pass to this.

    Thank you,
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: I'm trying to capture the dates

    Hi,

    One way

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    11-06-2017
    Location
    USA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    13

    Re: I'm trying to capture the dates

    Quote Originally Posted by Richard Buttrey View Post
    Hi,

    One way

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I dont know if I'm doing it wrong but it doesn't give me the right ETA date, its just keep giving me 43101 or 1/1/2018

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: I'm trying to capture the dates

    Try this:

    =INDEX(ETAs,MATCH(C6,INDEX(Trial,MATCH(C3,superSKU,0),),0))

    With 20038 in C3 and 10008 in C6, the formula should return 1/1/2018 (which is 43101 formatted as a date).

    Are you expecting a different result? If so, what result are you expecting?

  5. #5
    Registered User
    Join Date
    11-06-2017
    Location
    USA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    13

    Re: I'm trying to capture the dates

    Quote Originally Posted by 63falcondude View Post
    try this:

    =index(etas,match(c6,index(trial,match(c3,supersku,0),),0))

    with 20038 in c3 and 10008 in c6, the formula should return 1/1/2018 (which is 43101 formatted as a date).

    Are you expecting a different result? If so, what result are you expecting?
    omg! You guys are awesome!!

    Thank you!!!

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: I'm trying to capture the dates

    You're welcome. Glad we could help.

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: I'm trying to capture the dates

    That value 43101 is a date number. You need to format it as a date i.e. 1/1/2018 which is the date in R7 of the Consolidated sheet, i.e. the column with the quantoties value of 10008 in R34.

    What date do you expect & why?

  8. #8
    Registered User
    Join Date
    11-06-2017
    Location
    USA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    13

    Re: I'm trying to capture the dates

    Quote Originally Posted by 63falcondude View Post
    Try this:

    =INDEX(ETAs,MATCH(C6,INDEX(Trial,MATCH(C3,superSKU,0),),0))

    With 20038 in C3 and 10008 in C6, the formula should return 1/1/2018 (which is 43101 formatted as a date).

    Are you expecting a different result? If so, what result are you expecting?
    Hi,

    I just want to ask something base from your formula, I found out the , in the plays a very important rule and as the last zero in the end..

    would you mind explaining to me farther?

    Thank you

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: I'm trying to capture the dates

    As for the lonely comma towards the end of the formula, the formula can also be written like this:

    =INDEX(ETAs,MATCH(C6,INDEX(Trial,MATCH(C3,superSKU,0),0),0))

    That 0 is the column number portion of the second INDEX.


    The 0 at the end of the formula ensures that the INDEX MATCH function pulls an exact match rather than allowing the formula to default to an approximate match (-1 or 1).

  10. #10
    Registered User
    Join Date
    11-06-2017
    Location
    USA
    MS-Off Ver
    MS OFFICE 2016
    Posts
    13

    Re: I'm trying to capture the dates

    Thank you!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formula to Capture Only Dates With Corresponding Numbers (no empty cells)
    By LEORITY in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 06-15-2017, 01:18 AM
  2. Capture Dates on Calendar
    By gclode in forum Excel General
    Replies: 0
    Last Post: 03-18-2016, 11:30 AM
  3. Replies: 3
    Last Post: 03-20-2015, 07:04 PM
  4. [SOLVED] Formula to capture taken taken in hours between two dates and time
    By ed.mcardle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-25-2015, 04:36 PM
  5. Capture data between 2 dates
    By tatfish87 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-30-2014, 01:53 AM
  6. [SOLVED] Help with Formula to capture dates to be populated on a calendar
    By Inez15 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-08-2013, 06:27 AM
  7. Replies: 3
    Last Post: 09-02-2011, 04:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1