Auto-Populate Other Cells When Selecting Values in Excel Drop-Down List | VLOOKUP to Auto-Populate

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น •

  • @dongarlly19
    @dongarlly19 ปีที่แล้ว +6

    I knew what i needed to do i just couldn't express it. this is exactly what i needed to do.

  • @Tellesman
    @Tellesman ปีที่แล้ว +2

    This is EXACTLY what I've been looking for. Thanks for the video!

  • @ComradeYak-hq9sf
    @ComradeYak-hq9sf ปีที่แล้ว

    This is exactly what I've been searching for. It's been almost a week of looking through solutions.

  • @srg_creative
    @srg_creative 2 หลายเดือนก่อน

    THANK YOU! Great explanation and step-by-step tutorial!

  • @silviopoggi8193
    @silviopoggi8193 2 ปีที่แล้ว +3

    Excellent demonstration as always - clear step by step - very much appreciated...

  • @chikupachi
    @chikupachi 3 หลายเดือนก่อน

    Hi Chester. I'd like to thank you for this tutorial. Your explanation is very clear. You made a complicated task an easy one. ❤ I was able to address a tedious task because of your tutorial

  • @RelatvityUnset
    @RelatvityUnset ปีที่แล้ว

    How do you only have over 800 likes for this? Thanks so much for the video!!!

  • @NatalieDunn0502
    @NatalieDunn0502 ปีที่แล้ว +1

    This was so helpful and exactly what I was looking for, thank you.

  • @mfarooq760
    @mfarooq760 ปีที่แล้ว

    thank u for so much concise and straightforward explanation

  • @liammackay4861
    @liammackay4861 8 หลายเดือนก่อน

    Very useful and exactly what I needed but couldn't quite think about the problem/solution in the correct way. Thanks

  • @SamuelManyisa-i6h
    @SamuelManyisa-i6h ปีที่แล้ว

    Thnks for making this video........ Incredibly helpful

  • @RetroDree
    @RetroDree ปีที่แล้ว

    Thanks a lot, this was super informative. I came for auto populate picked up more useful tips

  • @wayneedmondson1065
    @wayneedmondson1065 2 ปีที่แล้ว +1

    Nice one Chester! If you have O365 and want the address to spill with no spaces, this formula would work in cell B11: =TEXTSPLIT(TEXTJOIN(",",TRUE,FILTER(Customer_List[[Address 1]:[Address 5]],Customer_List[Customer name]='Invoice Template'!B10)),,","), Thanks for the video! Thumbs up!!

  • @sanelenyaka2720
    @sanelenyaka2720 ปีที่แล้ว

    I’ve been looking for this for hours. Thank you

  • @AlexMoseleyPhD
    @AlexMoseleyPhD 2 ปีที่แล้ว +1

    Clear and precise and will save me a lot of time with business and personal cash flow analysis!

  • @jaegabrielle
    @jaegabrielle ปีที่แล้ว

    THANK YOU SO MUCH THIS IS EXACTLY WHAT I NEEDED

  • @tarotbyderek8942
    @tarotbyderek8942 ปีที่แล้ว +2

    I loved this! Super easy to use! Thank you!

  • @jacobwagner8984
    @jacobwagner8984 ปีที่แล้ว

    This was very well explained! Thank you for this video

  • @tomokocchikuroki6200
    @tomokocchikuroki6200 3 หลายเดือนก่อน

    Thank you sir. This was very helpful.

  • @mariaalejandrahongbeirute878
    @mariaalejandrahongbeirute878 ปีที่แล้ว

    Amazing! I had absolutely no idea you could do all of that in excel

  • @AriesSupertramp
    @AriesSupertramp ปีที่แล้ว

    Exactly what I was looking for!

  • @sakshigrover7074
    @sakshigrover7074 9 หลายเดือนก่อน

    Thankyou sir, it was very helpful ❤

  • @kiaramorgan916
    @kiaramorgan916 ปีที่แล้ว

    Helped ALOT!! Thank you for this :)

  • @jesstrades88
    @jesstrades88 ปีที่แล้ว

    Excellent Tutorial. Only confusing part was randomly clicking on A2 for the row part of the vlookup. That part I got stuck on. Thanks for taking the time!

    • @NatalieDunn0502
      @NatalieDunn0502 ปีที่แล้ว

      Yes me too. Did you ever figure out what clicking on A2 is for?

  • @nguyentuantu7017
    @nguyentuantu7017 10 หลายเดือนก่อน

    easy and useful, many thanks ad

  • @menesiaspade8033
    @menesiaspade8033 2 ปีที่แล้ว +7

    Thank you for such a clear, concise tutorial! I have a follow-up question: When nothing is selected in the Customer dropdown, I get an error, "#N/A" in the results cells, what am I doing wrong?

    • @shubhamdev16
      @shubhamdev16 ปีที่แล้ว +2

      The VLOOKUP function returns "#NA" as a result when it encounters an error, in this case a cell left blank is an input error for the VLOOKUP function. To get rid of this you may encansulate your VLOOKUP function with IFERROR function. The syntax for the same is as follows: IFERROR(VLOOKUP(___)," "), using this will not return "#NA" error.

    • @taniquepalmer
      @taniquepalmer ปีที่แล้ว +2

      ​@@shubhamdev16this is EXACTLY why I came to the comments! To find out how to get rid of the error. Thanks a lot. 🙂

  • @paulgear5230
    @paulgear5230 ปีที่แล้ว

    Great tutorial. Well explained and worked first time.

  • @heinrichhimmler8951
    @heinrichhimmler8951 ปีที่แล้ว

    Perfect. That was exactly what I was looking for

  • @JoaoPereira16
    @JoaoPereira16 ปีที่แล้ว

    Great video, solved my problem. Many thanks

  • @amyscaling3121
    @amyscaling3121 8 หลายเดือนก่อน

    Exactly what I was looking for,
    Thank you!

  • @joseejrp965
    @joseejrp965 ปีที่แล้ว

    THANK YOU, it was informative. I twigged it a little bit. The whole = thing does not work like that on my computer. That was a mess. It is important for the viewer to know that one cannot just copy the cells; it is a MUST to have the column name and not the actual cell if you want to add additional info later. FIX: Had to click on the column to get the column name and then erase additional info like headers, the words "ALL" meaning all cells.... Overall, the information is 99% accurate. Also don't get scared if when you make your list it adds a column 1, 2 etc. You do not have to use it, but if you need to add more columns all you must do is expand it.

  • @sqrtof4
    @sqrtof4 6 หลายเดือนก่อน

    Very nice instruction. Thank you.

  • @gloria770
    @gloria770 11 หลายเดือนก่อน

    You are the best. Thank you.

  • @sidhantkumarmallik3240
    @sidhantkumarmallik3240 3 หลายเดือนก่อน

    Thanks , really helpful man !!!

  • @fluidlevels
    @fluidlevels 5 หลายเดือนก่อน

    EXCELLENTE! THANK YOU

  • @somnangopb8286
    @somnangopb8286 ปีที่แล้ว

    Thank you so much for your video.

  • @naveedyousaf1657
    @naveedyousaf1657 ปีที่แล้ว

    Excellent. Keep rocking. 👍

  • @ssykes1012
    @ssykes1012 ปีที่แล้ว +6

    I have a table name, but when I click on a cell to define the name for the rows in my list, it only gives me the cell numbers, not the name of the column in the list - I cannot figure out how to fix, I have even tried completely making a new list

    • @mo2315
      @mo2315 2 หลายเดือนก่อน

      Make sure your table located from A1 cell, if you have something above or to the left it won't work.

  • @vbrsekhar
    @vbrsekhar 11 หลายเดือนก่อน

    Thanks for the great tutorial. I have an issue with the customer list column where I have duplicates. In such case, how do you deal with it, without pivoting the table for the unique customer name list?

  • @scd3916
    @scd3916 ปีที่แล้ว

    Great tutorial...Keep up the good work!

  • @maribelguerrero9027
    @maribelguerrero9027 2 ปีที่แล้ว

    Thank you 😊 this is an excellent tutorial well presented

  • @Tarek.Alobaidi
    @Tarek.Alobaidi ปีที่แล้ว

    HELPFUL .. THANK YOU

  • @Revantrekk
    @Revantrekk ปีที่แล้ว +2

    now that's how I'd have loved all my teachers to be.

  • @Mr.B.Sewell
    @Mr.B.Sewell 7 หลายเดือนก่อน

    Thanks, so helpful! One questions. I want it to fill across a row instead of vertically down a column and I cannot get it to do that. What am I missing?

  • @floydmcconnell4968
    @floydmcconnell4968 ปีที่แล้ว

    perfect tutorial honestly. only issue im having is my company did not provide me with a version of excel with premium functions. so i cannot use the define name option, any workarounds?

  • @alricnaveen7086
    @alricnaveen7086 ปีที่แล้ว

    Hi Chester, This is super helpful. But i have another scenario, that I would need your expertise on. Would you be able to help me?

  • @TonyNelson-c7r
    @TonyNelson-c7r ปีที่แล้ว +4

    Thanks you however I ran into an issue when pressing "F3" I simply get a "knock" sound (I'm on a mac) and nothing happens. Is there another way to access the data names?

    • @TheHimanshudon
      @TheHimanshudon 7 หลายเดือนก่อน +1

      did you get anything ?

  • @vihirsumriya4501
    @vihirsumriya4501 ปีที่แล้ว

    Does the data validation pasting the formula name 3:10 work with different worksheets?

  • @sivamgupta4394
    @sivamgupta4394 3 หลายเดือนก่อน

    This is very helpful

  • @MrDhunpagla
    @MrDhunpagla 2 ปีที่แล้ว

    Nice ....Mr. T ....Thanks for sharing

  • @gozob
    @gozob 7 หลายเดือนก่อน

    Very helpful, thank you. I couldn't remember for the life of me the command. Now if only I could figure out why I keep getting an N/A

  • @digitideaHindi
    @digitideaHindi ปีที่แล้ว

    Great Video Thanks

  • @HippieMosquitoQuatro
    @HippieMosquitoQuatro ปีที่แล้ว +4

    So I'm having multiple-searchable dropdowns to build an invoice, but none of the corresponding data (eg. price/unit)are showing up...only #N/A or sometimes when I fiddle around, #REF!
    What can I do to fix this pain-in-my-face?

    • @kaitlinmurphy8146
      @kaitlinmurphy8146 11 หลายเดือนก่อน +1

      I had the same thing and realized in the formula for the table_array part, I put the name of the drop down list instead of the name of the table, and then it worked!

    • @dustinmayo4961
      @dustinmayo4961 6 วันที่ผ่านมา

      @@kaitlinmurphy8146thank you! I had the same issue.

  • @Liana91
    @Liana91 ปีที่แล้ว +1

    Great tutorial. However, I'm stuck on validating the data because F3 short-cut does not work on my mac excel desktop. How can I get around this? In order to select my drop down menu. Pls help. Thank you!

  • @Texreo
    @Texreo 9 หลายเดือนก่อน +1

    Thanks!

  • @thusithaDMTD
    @thusithaDMTD ปีที่แล้ว

    Superb 💚💚💚💚🤜

  • @francisdebelo3949
    @francisdebelo3949 ปีที่แล้ว

    Thank you Chester so much for the information. I do need help on a solution that is probably very easy for you. I have 4 columns in Sheet 2, Col1 is Food Type, Col2 is Calories, Col3 is Fats, Col4 is Carbs. I want to setup a drop-down list for Col1, which is easy, but I need Col2 thru Col4 to also populate in the same columns when a selection is made in Col1. This way I can add a running total at the top of the spreadsheet for Col2 thru col4 for the selected Food Type. I can do it with vlookup but looking at your video, I am thinking the auto-populate function may work to fill Col2 thru Col4. Hope this makes sense.

  • @rod.171
    @rod.171 6 หลายเดือนก่อน

    Great video!!!!

  • @keyteu
    @keyteu ปีที่แล้ว

    thank you. ❤

  • @costastubes
    @costastubes 2 ปีที่แล้ว

    Thanks for this well explained demo. Is this exact scenario also possible in google sheets?

  • @mirandavarner2731
    @mirandavarner2731 10 หลายเดือนก่อน

    Does the table you are pulling from have to be within the same file you are needing to apply the information? Can the table be saved in a different file altogether?

  • @paulattanasio3061
    @paulattanasio3061 ปีที่แล้ว

    This was a fantastic explanation and worked perfectly for my needs with one exception. I need to add up a column but where there is a blank on a row, the cell shows #N/A and it will not allow me to add that column. Is there a way to fix that? Is there a way for the column that I want to add only show the amount that was created by my drop-down list instead of it showing #N/A. If I did not add a name in a row, it will auto populate the #N/A in the column I want to add and I can't get that column to add up because of the #N/A.

  • @neutralsandhews3723
    @neutralsandhews3723 4 หลายเดือนก่อน

    Hi what if someone deletes the VLOOKUP formula? Like if someone starts filling the form by typing in the address cell first instead of customer name drop down, that would delete the formula. Is there a way to reject input where you have the VLOOKUP formula?

  • @samanthabamantha5816
    @samanthabamantha5816 ปีที่แล้ว

    How do you get your vlookup cells to show blank before data? Mine shows as n/a

  • @EGrb2000
    @EGrb2000 ปีที่แล้ว

    Hi Chester,
    thanks for this tutorial. I need to select data from a pulldown menu but the corresponding data will be the nearby cell.
    For instance, the values between B2 and B5 are listed in the dropdown list in another sheet, namely "Data" and when I select e.g. B3 in another sheet namely "operation", I would like to retrieve A3 from "Data" sheet, without listing B3 itself in "operation" sheet. Do you have a readily available tutorial ?
    Thanks in advance

  • @RaineChong
    @RaineChong 11 หลายเดือนก่อน

    what is the F3 alternative on Mac? F3 brings me into another window on my Mac.

  • @montoya11333
    @montoya11333 7 หลายเดือนก่อน

    Thank you!!!

  • @jeffcoleman2263
    @jeffcoleman2263 9 หลายเดือนก่อน

    Thank you.

  • @julianmsocolovsky1852
    @julianmsocolovsky1852 11 หลายเดือนก่อน

    Thanks!

  • @excxmoody
    @excxmoody 4 หลายเดือนก่อน

    Is the best way to rearrange my data?

  • @alializadeh8195
    @alializadeh8195 ปีที่แล้ว

    Thanks

  • @Revealingthelies
    @Revealingthelies 2 หลายเดือนก่อน

    Really wish there was a vodeo for google sheets..

  • @shilohbrown5118
    @shilohbrown5118 11 หลายเดือนก่อน

    Hiya, I've followed steps to getting my drop down list to add further details for the customer, i.e "addresses", once i've pushed enter, it show's up with #N/A..... How can I rectify this error please?

    • @dawg3960
      @dawg3960 9 หลายเดือนก่อน

      me to, did you fix it now?

  • @lyuihonda
    @lyuihonda ปีที่แล้ว

    Hello, I'm currently moving a guideline list from MS Word to Excel and there are pictures included on the table I created, is there a way that the pictures will also be included when I filter using the dropdown list? It just shows as 0 on the cell.

    • @ChesterTugwell
      @ChesterTugwell  ปีที่แล้ว

      th-cam.com/video/VTwDzdxhJ2U/w-d-xo.html

    • @lyuihonda
      @lyuihonda ปีที่แล้ว

      @@ChesterTugwell thanks so much! This helps big time 😁

  • @chanteev9509
    @chanteev9509 8 หลายเดือนก่อน

    For some reasone i keep getting a #N/A response value when i press enter on the VLOOKUP formula... please explain what i am doing wrong ?

  • @Elliot-7972
    @Elliot-7972 หลายเดือนก่อน

    thanks!

  • @harkaacharya8157
    @harkaacharya8157 5 หลายเดือนก่อน

    Thanks

  • @mikecochran1759
    @mikecochran1759 หลายเดือนก่อน

    Vlookup did not work. The drop-down worked the making the data into a table worked, naming the table worked, what did not work was getting to stuff to auto pop off of the drop-down. I did the Vlookup formula the way you said to do it and it gives me an error saying there is no data to look up.

  • @MrAlly0019999
    @MrAlly0019999 5 หลายเดือนก่อน

    I have same customer with multiple rows . Its giving duplicates in dropdown

  • @batmoblazer
    @batmoblazer ปีที่แล้ว

    I'm getting "This value doesn't match the data validation restrictions defined for this cell." not sure why...

  • @mercedes4682
    @mercedes4682 ปีที่แล้ว

    I keep getting #REF! When I do the vlookup part.. what am I doing wrong?

    • @ChesterTugwell
      @ChesterTugwell  ปีที่แล้ว

      th-cam.com/video/oFHVOlZBVdI/w-d-xo.html

  • @MariaAlejandraBenitez-k1g
    @MariaAlejandraBenitez-k1g 8 หลายเดือนก่อน

    I need to do this in google sheets, can somebody help me? 🥺

  • @iamshannizzle
    @iamshannizzle 9 หลายเดือนก่อน

    Can anybody help? F3 didn't work for me no matter what I tried. Working on a mac and i've changed the settings to have normal functions on F buttons. I named my columns and followed the instructions.

  • @JohnDoe-bd5sz
    @JohnDoe-bd5sz ปีที่แล้ว

    Can not make this work
    Made a table with only 2 rows, one with Text and one with corresponding numbers.
    Was going great until i had to do the vlookup.
    Excel says this is wrong
    =vlookup(C3,Afstandstabel,2,0)
    C3 is the field i set to the list and it shows the dropdown and row 2 in the table is the corresponding number i want autofilled.
    Excel tells me there is something wrong with the formula anyway.

  • @Rebes-g5z
    @Rebes-g5z หลายเดือนก่อน

    What if F3 doesn't work? Everything else worked very smoothly but now I am stuck :(

  • @azmeerarajendar
    @azmeerarajendar 9 หลายเดือนก่อน +1

    Not getting the value while doing vlookup

  • @gurpreetkainth6842
    @gurpreetkainth6842 8 หลายเดือนก่อน

    great video, but Its strange how your drop down got updated automatically.

  • @sasis2504
    @sasis2504 8 หลายเดือนก่อน

    Getting result as #N/A

  • @janeiro301
    @janeiro301 6 หลายเดือนก่อน

    ward Farmato lista bom datas