Auto Increment VLOOKUP COLUMN INDEX in Excel

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

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

  • @realmehranvahedi
    @realmehranvahedi  10 месяцев назад +1

    Dear awesome viewers!
    Thank you for your amazing engagement! Remember, the most liked comment gets pinned - so start liking your favorites now!
    I love your questions and will try to respond to as many as I can. For quick generic queries, the comment section is perfect. But need more in-depth, personalized advice? Book a personalized consultations with me via topmate.io/mehran_vahedi. They're ideal for detailed, specific questions.
    Your support means the world to me. Let's keep the conversation going!
    Thank You!

  • @amadif1793
    @amadif1793 4 месяца назад +1

    Very helpful. After many hours stuck on this specific problem, this video was exactly what I needed.

    • @realmehranvahedi
      @realmehranvahedi  4 месяца назад

      Hi @amadif1793, it's fantastic to hear that the video was exactly what you needed, especially after being stuck for so long! If you have any suggestions or need more insights on related topics, feel free to share. Thanks for watching!

  • @martinokereafor
    @martinokereafor 5 месяцев назад +1

    Thanks so much, there are lots of convoluted solutions online for this but yours is very neat and saved me lots of time!

    • @realmehranvahedi
      @realmehranvahedi  5 месяцев назад +1

      Hey @martinokereafor, thanks for the kind words! I’m thrilled to hear it saved you time. 🚀 Keep watching for more straightforward tips and tricks. And if there’s anything else you’d like to see simplified, just let me know!

  • @papalaqs
    @papalaqs Год назад +2

    Thank you very much, you saved me alot of time!

  • @jmcclure76
    @jmcclure76 5 месяцев назад +1

    GENIUS!!!!!!!! Just saved my entire day!!

    • @realmehranvahedi
      @realmehranvahedi  5 месяцев назад

      Thank you so much, @jmcclure76! I'm thrilled to hear it made your day easier. If you have any other topics or questions you'd like me to cover in future videos, feel free to share them. Happy Excel-ing!

  • @TJ-tk4hz
    @TJ-tk4hz 4 месяца назад +1

    Hello, Can you help me with a query? When we select a name from the drop-down list and once it repeats, the integer should increment on the other sheet in front of the exact name. Looking forward for your response.
    Thanks in advance!

    • @realmehranvahedi
      @realmehranvahedi  4 месяца назад

      Hello @TJ-tk4hz,
      Thanks for reaching out with your query! It sounds like you're looking to set up a system where selecting a name from a dropdown list increments a corresponding integer on another sheet each time the name is selected again. You can achieve this using a combination of Excel formulas and features. Here’s a basic approach:
      [1] Setup your dropdown list: On your main sheet, set up your dropdown list using Data Validation to list the names.
      [2] Track the selections: On a second sheet, create a table with two columns: 'Name' and 'Count'. Every time a name is selected from the dropdown list, you'll record the event here.
      [3] Increment the count: You can use a combination of COUNTIF and VLOOKUP functions to update the count. In the 'Count' column next to each name, you could use a formula like the one below:
      =COUNTIF(MainSheet!A:A, NameCell)
      Replace MainSheet!A:A with the range of your dropdown list, and NameCell with the cell reference that corresponds to the name in the 'Name' column of your second sheet. This setup should increment the count on your second sheet every time a name is selected from the dropdown on the main sheet.
      If you need more detailed guidance or further customization, feel free to book a paid consultation with me @ : topmate.io/mehran_vahedi.
      Best,
      Mehran

  • @lijisusanjohn
    @lijisusanjohn 8 месяцев назад +1

    Thank you very very much.God bless you!

    • @realmehranvahedi
      @realmehranvahedi  8 месяцев назад +1

      You are very welcome! I am so happy that you found the video useful. Take care!

  • @retrojimmyx
    @retrojimmyx 3 месяца назад +1

    Spot on, thanks.

    • @realmehranvahedi
      @realmehranvahedi  3 месяца назад

      You're very welcome! I'm glad you found it useful!

  • @mypuck95
    @mypuck95 Год назад +1

    What if instead of the column, I wanted to auto-increment the ROW for the lookup_value?

    • @realmehranvahedi
      @realmehranvahedi  Год назад

      Hello Brian, thanks for the comment. I'm not sure exactly what you mean. Are you trying to auto increment the first argument of the VLOOKUP? The first argument is already being auto incremented once you drag the formula down. See the K4 to N5 range. Once I dragged down the formula which I had applied to the first row the auto increment was applied to the lookup value.

  • @kritanyaonzima6148
    @kritanyaonzima6148 Год назад +1

    Thank you so much!

    • @realmehranvahedi
      @realmehranvahedi  Год назад +1

      You're very welcome Kritanya! I'm happy that you found the video useful. Make sure you subscribe and turn on notifications so you won't miss out on my future Excel tips!

  • @ramca66
    @ramca66 7 месяцев назад +1

    Thank you, cool

    • @realmehranvahedi
      @realmehranvahedi  7 месяцев назад

      Thank you for your kind words! It's great to know the video was helpful to you. Stay tuned-there are plenty more Excel tips and strategies coming your way that I think you'll find just as useful.

  • @koshyaa15
    @koshyaa15 8 месяцев назад +1

    thank you

    • @realmehranvahedi
      @realmehranvahedi  8 месяцев назад

      You're very welcome. I'm happy you found it useful!

  • @hirayangsinagtala502
    @hirayangsinagtala502 Год назад +1

    This is a bad advice. You should have used match function instead of column.

    • @realmehranvahedi
      @realmehranvahedi  Год назад

      Hello, thank you very much for the comment. I understand there are more than one ways to get this done. Thanks for brining this up. I will create another video explaining how this can be done using the match function.

    • @hillsborough34
      @hillsborough34 Год назад

      @@realmehranvahedi Worked perfectly for me. I have a VLOOKUP with 28 columns. I knew this was an option but couldn't remember the function. This is not bad advice, this was perfect. Thank you for taking the time to make this video.