A Conversation for Ask h2g2
Calling all MS EXCEL geniuses
Whisky Started conversation Sep 2, 2003
HELLLLPPP!!!
Ok, how the heck do I do the following in Excel...
Column 1 is straightforward, a list of document titles
Column 2 is the number of words in each document
Across the top of the page starting from column 3 to 6 are names of translators
What I need is a checkbox in columns three four, five and six, so that one (and only one) of the four columns can be selected, thus linking a single document directly to a single translator...
Then comes the even worse bit... I need to be able to see (anywhere on the page... a list of the translators with the number of words they've translated.
Anyone anywhere any idea if this is possible under Excel 2000
Calling all MS EXCEL geniuses
Fathom Posted Sep 2, 2003
OK, self referencing cells aren't possible in Excel so to ensure only one column is selected in each row you'll need a formula for the check box which relates to another box for entries. This will need an additional column. Sumif can be used to add up the number of words.
Like this:
assuming you start in cell A1
Title // Words // Translator1 // Translator2 // Translator3 // Translator4 // Choice
(these may not line up - sorry)
German Humour // 5 // IF(G2=1,1,0) // IF(G2=2,1,0) // IF(G2=3,1,0) // IF(G2=4,1,0) // 2
This should put a 2 in cell G2 and a 1 in cell D2 denoting translator2. The foot of each translator column reads SUMIF(C2:C10,1,B2:B10) Assuming ten rows of titles. The C in the formula will change with each column of course.
Any use?
F
Calling all MS EXCEL geniuses
Gnomon - time to move on Posted Sep 2, 2003
If you use 1's and 0's instead of ticks and absences of tick, then you can have columns 7 - 10 with the 1's and 0's multiplied by the number of words. So if there is a 1 in column 3, the number of words in that document appears in column 7. THen all you need to do is to add up the columns.
Calling all MS EXCEL geniuses
Zak T Duck Posted Sep 2, 2003
That's probably the way I'd have gone about it Fathom. The only way to do checkboxes would be to use VBA, and that would probably just complicate matters.
Calling all MS EXCEL geniuses
Whisky Posted Sep 2, 2003
Hmm, took me about ten minutes to figure out what you were going on about there fathom, but I think I've got it...
Having said that, Gnomon's idea does have the advantage of being simple!
Calling all MS EXCEL geniuses
Famous_Fi Posted Sep 2, 2003
think what you are looking for would be easier with a database such as access
Calling all MS EXCEL geniuses
PQ Posted Sep 2, 2003
Couldn't you download OpenOffice and use the database package included in that? http://www.openoffice.org/product/dbase.html
(Oh and if you want to improve in Gnomons solution you could add in an extra column containing the sum of 1s and 0s in the row and use data|validation to prevent more than one 1 in a row)
Key: Complain about this post
Calling all MS EXCEL geniuses
More Conversations for Ask h2g2
- For those who have been shut out of h2g2 and managed to get back in again [28]
4 Weeks Ago - What can we blame 2legs for? [19024]
Nov 22, 2024 - Radio Paradise introduces a Rule 42 based channel [1]
Nov 21, 2024 - What did you learn today? (TIL) [274]
Nov 6, 2024 - What scams have you encountered lately? [10]
Sep 2, 2024
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."