Vlookup Date Picker for Excel - Dynamic Date Generation

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 13

  • @wayneedmondson1065
    @wayneedmondson1065 3 года назад +2

    Awesome! A great exercise and tool. Made my own version with FILTER and some tricks to have the validation lists show only the applicable years in the data, then the months having data in the year selected, and then the days having data in the year and month selected. So, if say 2019 has only Jan, Apr and Sep with data, then when selecting 2019 as the year, the month validation list presents only Jan, Apr and Sep Same logic for the day list.. presents only the days that have data, given the year and month selected. It required a few formula tricks inspired by your version. Thanks for sharing your example and providing the inspiration to create and learn :)) Thumbs up!!

  • @HieuPham-ut5ei
    @HieuPham-ut5ei 2 года назад

    Thank you so so so muchhh! somehow I found this video and it helped me a lot for an extra point.

  • @Excelambda
    @Excelambda 3 года назад +1

    Great video !!✌😉 Data validation accepts dynamic arrays references (like I3# or J3#) so for months we can use
    in I3: =TEXT("1-"&SEQUENCE(12),"mmmm") (for Jan; Feb ..format we can use "mmm")
    and for days
    in J3: =SEQUENCE(DAY(EOMONTH(D3&"-"&C3,0))) no other columns real estate needed. ✌😉

  • @micheltw
    @micheltw 3 года назад

    I wish I could be as fluent as you in EXCEL, still amazed everytime I watch one if your tutorial. Hats off Sir👍

  • @darrylmorgan
    @darrylmorgan 3 года назад

    Really Impressive,Great Explanations Of The Formulas...Thank You Sir :)

  • @joguihuazhou5050
    @joguihuazhou5050 3 года назад

    Using Sequence to return days is a nice alternative of Indirect.

  • @dgaria1
    @dgaria1 3 года назад

    Great work always

  • @mphandejohn
    @mphandejohn 3 года назад

    Beautiful stuff,👌👌👌

  • @mimieghani3976
    @mimieghani3976 2 года назад

    hi, hope you are doing great. when I do this tutorial I have this error #VALUE! I'm using microsoft office 2019

  • @kiran3265
    @kiran3265 2 года назад

    How to delete (-30days) in excel using VBA code

  • @piplip69
    @piplip69 3 года назад

    Sir i need your help

  • @kathyroberts7777
    @kathyroberts7777 3 года назад

    I think I will just leave Excel in the hands of the experts.... sigh