Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
List values based on different values selected
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="maniarasan, post: 3293945"] Hi Steve Dunn, //If "State:" is in A1 and your data is in A12:F17, put this in B2: =INDEX($A$12:$F$17,COLUMN()-COLUMN($B$1)+2, MATCH($B$1&ROW()-ROW($B$1),$A$12:$F$12,0)) Copy across and and down as far as F4 // This is matching the requirement to an extent, but I want the Type1, Type2, Type3 values to be listed as dropdown in B2, B3and B4 based on the selection of the state from dropdown B1. thanks Maniarasan [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
List values based on different values selected
Top