russdev Posted May 13, 2011 Posted May 13, 2011 I am creating a spreadsheet (see attached for sample of what doing). On the welcome sheet I need in c1 a drop down box with info from row one on sheet data. If select c under drop downbox shows content of column c. If select b get data listed under B. Russell eg template.xlsx
mac_shinobi Posted May 13, 2011 Posted May 13, 2011 So you have a drop down menu which contains : | A | | B | When you click on A it refreshes with all the items in Column A and the same if you select option B it will refresh with the options in Column B, currently there is no drop down menu in that spreadsheet but I am using 2003 not 2010 or 2007. Also once you have selected an option how are you going to make it go back to the original options that were in the drop down ie A, B, C etc ? 1
russdev Posted May 13, 2011 Author Posted May 13, 2011 That is why asking hope someone had a great idea. The idea is want them to be able to compare what is in d with other data but give them an easy way to select one column at time so that they do not have to keep searching the full data. Russell
mac_shinobi Posted May 13, 2011 Posted May 13, 2011 That is why asking hope someone had a great idea. The idea is want them to be able to compare what is in d with other data but give them an easy way to select one column at time so that they do not have to keep searching the full data. Russell If its just comparing two columns why not make the 3rd column have an if statement or something similar that compares them and if there is a difference highlight the cell in a certain colour ie light blue or green or something ? Otherwise it will be right click in ribbon / grey area --> control toolbox --> add combo box --> code in vba for the different events and for the control to do what you need it to. 1
russdev Posted May 13, 2011 Author Posted May 13, 2011 If its just comparing two columns why not make the 3rd column have an if statement or something similar that compares them and if there is a difference highlight the cell in a certain colour ie light blue or green or something ? Otherwise it will be right click in ribbon / grey area --> control toolbox --> add combo box --> code in vba for the different events and for the control to do what you need it to. Thanks I will have a play later...
mac_shinobi Posted May 13, 2011 Posted May 13, 2011 Thanks I will have a play later... Will it always be columns A and B or could it be more ? 1
andy_b Posted May 13, 2011 Posted May 13, 2011 I may have misunderstood, but something like this?eg template.xlsx 1
russdev Posted May 16, 2011 Author Posted May 16, 2011 (edited) Andy you a star that is exactly what I want ... Russ Edit Ok need to work out where doing the proccess for drop down (being stupid on a monday morning). As added in new column called d, added it to the drop down but when select the drop down it gives a ref error? eg template (1).xlsx Edited May 16, 2011 by russdev
russdev Posted May 16, 2011 Author Posted May 16, 2011 Thanks to pm from Andy worked out needed to give new column a name range of column_e.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now