Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
lushus21
 
Posts: n/a
Default i need an excel wizard


don know how to explain but imagine

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=511549

  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default i need an excel wizard

Just to get familiar witht the process, try building this example:

First, create a list of students and classes
Col_A Col_B Col_C Col_D
Students Math English Science
Al x x o
Ben o x x
Clare o x o
Dara x x x
Ed o (blank) (blank)

Second, assign points to classes
Col_K Col_L
Math 4
English 3
Science 3

Last, create the calculations
F1: Req
G1: Opt
H1: Total

F2: =SUMPRODUCT(($B2:$D2="x")*($B$1:$D$1=$K$1:$K$3)*$L $1:$L$3)
G2: =SUMPRODUCT(($B2:$D2="o")*($B$1:$D$1=$K$1:$K$3)*$L $1:$L$3)
H2: =SUM(F2:G2)

Copy those formulas down through row 6

If that's what you're looking to do, post back with more questions.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"lushus21" wrote:


don know how to explain but imagine

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=511549


  #3   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default i need an excel wizard

See one possibility in m.p.excel.newusers

Please don't post the same question in multiple newsgroups. At best, it
tends to fragment any answers. OTOH, it potentially wastes the time of
someone responding to a problem that has already been answered.

For tips on using these newsgroups effectively, see

http://cpearson.com/excel/newposte.htm



In article ,
lushus21
wrote:

don know how to explain but imagine

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
excel template wizard Henry CCBW Excel Discussion (Misc queries) 0 November 22nd 05 01:49 AM
How to load Template Wizard /tracking to operate in Excel 2003? Template Problems Excel Discussion (Misc queries) 1 November 16th 05 02:42 PM
Excel Answer Wizard BROKEN Mark Diaz Excel Discussion (Misc queries) 1 March 11th 05 10:19 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM


All times are GMT +1. The time now is 09:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"