Forum Discussion

Excelblogs's avatar
Excelblogs
Copper Contributor
Jun 22, 2021
Solved

Excel formula for dynamic drop down list.

I need assistance on the attached question. I have tried all I could but all to no avail.

 

I am to write a formula in column L4:L15 that will update automatically as column I3 is changed or modified.

 

Thank you for your support.

 

 

  • Excelblogs 

    I used "good-old" INDEX and MATCH in K4 and copied it down. Then, I also added data validation to I3.

    =INDEX($B$4:$F$15,MATCH(K4,$A$4:$A$15,0),MATCH($I$3,$B$3:$F$3,0))

     In case you are an MS365 subscriber, you'll have more options like XLOOKUP, of FILTER, but the above-mentioned formula works all all Excel versions. File with the formulae attached.

     

2 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    Excelblogs 

    I used "good-old" INDEX and MATCH in K4 and copied it down. Then, I also added data validation to I3.

    =INDEX($B$4:$F$15,MATCH(K4,$A$4:$A$15,0),MATCH($I$3,$B$3:$F$3,0))

     In case you are an MS365 subscriber, you'll have more options like XLOOKUP, of FILTER, but the above-mentioned formula works all all Excel versions. File with the formulae attached.

     

    • Excelblogs's avatar
      Excelblogs
      Copper Contributor
      Thank you so much I am very grateful for your assistance and for bailing me out.
      Your solution work perfectly. You are a live safer.

Resources