+ Reply to Thread
Results 1 to 12 of 12

How to find the date corresponding to other cells

  1. #1
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Exclamation How to find the date corresponding to other cells

    Hello,
    how can I populate a formula for the yellow cells to get the start and finish dates based on the cells that has "yes"
    question excel.jpg

    appreciate it.
    Attached Files Attached Files
    Last edited by raweya99; 06-02-2022 at 04:08 AM.

  2. #2
    Registered User
    Join Date
    03-01-2022
    Location
    Eire
    MS-Off Ver
    O365
    Posts
    57

    Re: How to find the date corresponding to other cells

    See here:

    https://www.excelforum.com/excel-for...ml#post5682161

    instead of >0, use "yes"

  3. #3
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Re: How to find the date corresponding to other cells

    thank you very much.
    does it work if I have different numbers?

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,440

    Re: How to find the date corresponding to other cells

    Just use <>"" as the criterion.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Re: How to find the date corresponding to other cells

    appreciate your prompt reply.
    I am facing a challenge in doing it, when I put "yes" in the formula
    =INDEX($BL$131:$HX$131,MATCH(TRUE,INDEX((BL136:HX136<>"yes"),"yes"),"yes"))
    it ends up with #value

    how can I solve this? the same is for the Lookup value for the oldest date

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,440

    Re: How to find the date corresponding to other cells

    Provide a workbook, please.

  7. #7
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Re: How to find the date corresponding to other cells

    it seems that I cant attach a workbook. is it because I am a new user?

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,440

    Re: How to find the date corresponding to other cells

    I asked for a workbook to be attached, not a link. Read the instructions in the yellow banner at the top of the page. As a mod, I am very well aware of what you can and can't do here, so why would I ask you to do something that wasn't possible?

  9. #9
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Re: How to find the date corresponding to other cells

    oh no sorry I did not mean it, but I was not aware of the yellow boxes. I have done it now. I would appreciate it if you can have a look at:

    AU136 and AV 136 cells

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,440

    Re: How to find the date corresponding to other cells

    Row 136:

    Start:

    =INDEX($BL$131:$HX$131,MATCH("FW",$BL136:$HX136,0))

    Finish:

    =LOOKUP(2,1/(BL136:HX136="FW"),$BL$131:$HX$131)
    Attached Files Attached Files
    Last edited by AliGW; 06-02-2022 at 04:17 AM. Reason: Workbook attached.

  11. #11
    Registered User
    Join Date
    03-01-2022
    Location
    uae
    MS-Off Ver
    16
    Posts
    7

    Re: How to find the date corresponding to other cells

    thank you very much for your support.

    that worked perfectly.

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,440

    Re: How to find the date corresponding to other cells

    Glad to have helped.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

    Administrative Note:

    Members will tailor the solutions they offer to the version (NOT release number) of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.

+ 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. [SOLVED] Find date in another sheet and sum 12 cells
    By burgiz in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-04-2021, 09:13 AM
  2. Find the Max Value and adjacent cells Date
    By nickpavlov in forum Excel General
    Replies: 5
    Last Post: 11-06-2017, 04:20 AM
  3. Macro to find Date Cells > Current Date and delete everything to left of that cell
    By LewisLonsdale in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-25-2015, 06:36 AM
  4. [SOLVED] Find date with different formatting (cells.find)
    By trimmjens in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2015, 11:43 PM
  5. [SOLVED] Cells.Find xlDate does not find first date in sheet unless date format is dd/mm/yyyy
    By AtTheControls in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-07-2013, 12:35 PM
  6. [SOLVED] Use color of cells to find date
    By moosmahna in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-20-2013, 07:12 AM
  7. Replies: 6
    Last Post: 12-12-2011, 09:07 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