charlie clown Posted December 11, 2012 Posted December 11, 2012 Basic scenario: I have various columns of dataItems in the columns may appear in more than one columnEach item's position in each column is assigned a value So let's say there are 3 columns: Col.1Car 10Bike 20Bus 30Train 40Plane 50 Col.2Plane 10Train 20Taxi 30Boat 40Tram 50 Col.3Train 10Taxi 20Boat 30Bus 40Car 50 I would like to do two things with this data: - Find the total values in all columns for each item (eaasy enough to copy them all into a single worksheet and then sort by item type, and then sub-total for each item, I guess) - so in the above example if I ranked them by total values, Train, Boat and Bus would be at the top with 70, Plane and Car would have 60, Tram and Taxi both have 50 and so on down to Bike at the bottom with 10. - Then add a weighting to each value depending on how many columns the items appeared in, so in the above example, I woudl like Train to be ranked higher than Boat and Bus because it appears in three different columns, whilst Boat and Bus, which has the same overall total, only appear in two columns. Similary, between Tram and Taxi, Taxi woudl be higher because it is in two columns, whilst Tram is in just one. Suggestions (other than Java, hammer and helpfile related ones)? TVM.
BoboS Posted December 11, 2012 Posted December 11, 2012 This post is not viewable to guests. You can sign in to your account at the login page here If you do not have an account then you can register here
charlie clown Posted December 11, 2012 Author Posted December 11, 2012 This post is not viewable to guests. You can sign in to your account at the login page here If you do not have an account then you can register here
Sir Tokyo Sexwale Posted December 11, 2012 Posted December 11, 2012 This post is not viewable to guests. You can sign in to your account at the login page here If you do not have an account then you can register here
Will Posted December 12, 2012 Posted December 12, 2012 (edited) This post is not viewable to guests. You can sign in to your account at the login page here If you do not have an account then you can register here Edited December 12, 2012 by Will
Nathan Explosion Posted December 12, 2012 Posted December 12, 2012 This post is not viewable to guests. You can sign in to your account at the login page here If you do not have an account then you can register here
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