Forum Discussion
nagavardhan1122
Aug 14, 2023Copper Contributor
Need Excel functionality for the random sequence Vlookup
Hi Expert guys, I need Excel functionality with the below data. 1st table contains the below data. 1) 1st table. 2nd table(as below data) - 1st column contains the random arr...
Lorenzo
Aug 14, 2023Silver Contributor
Based on the sample you provided that could be:
in F3:
=INDEX(
FILTER(Table1[Number],Table1[Letter]=[@Letter]),
COUNTIF(E$3:E3,E3)
)
- nagavardhan1122Oct 25, 2023Copper ContributorThank you, I tried it in Microsoft 365 web. It's working.