Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() ![]() Course (eg Math) arcoss the top students ( John, Kim...) down the side each course is different in lenght( math 4 hours, science 3 hours etc) some are require for some ( john must take math ) which is denoted with a "x" symbol some are optional (it is optiona for kim to take science ) which is denoted with a "o" symbol i need a column at the end that give me total required hours , total optional, and total combined note: if the course is niether require nor optional then nothing is in the cell HELP HELP HELP if this in not clear please reply and we can chat on MSN or something THANK YOU!!!!!!!!!!!!!!!!!! -- lushus21 ------------------------------------------------------------------------ lushus21's Profile: http://www.excelforum.com/member.php...o&userid=31475 View this thread: http://www.excelforum.com/showthread...hreadid=511545 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
One way:
Imagine the setup this way: A B C D ... J K L 1 Math Science History Req'd Opt Total 2 4 3 2 3 Bill x o 4 Bob x o 5 Brenda x x x .... Then J3: =SUMIF(B3:I3,"x",B$2:I$2) K3: =SUMIF(B3:I3,"o",B$2:I$2) L3: =J3+K3 Copy J3:L3 down as far as required In article , lushus21 wrote: ![]() Course (eg Math) arcoss the top students ( John, Kim...) down the side each course is different in lenght( math 4 hours, science 3 hours etc) some are require for some ( john must take math ) which is denoted with a "x" symbol some are optional (it is optiona for kim to take science ) which is denoted with a "o" symbol i need a column at the end that give me total required hours , total optional, and total combined note: if the course is niether require nor optional then nothing is in the cell HELP HELP HELP if this in not clear please reply and we can chat on MSN or something THANK YOU!!!!!!!!!!!!!!!!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
excel template wizard | Excel Discussion (Misc queries) | |||
How to load Template Wizard /tracking to operate in Excel 2003? | Excel Discussion (Misc queries) | |||
Excel Answer Wizard BROKEN | Excel Discussion (Misc queries) | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) |