Go Back   Talk Microsoft > Microsoft Operating Systems & Software > Microsoft Office Family

Reply
     Microsoft Excel using relative answers with altered info?  
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-27-2008, 06:50 AM
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default Microsoft Excel using relative answers with altered info?

Hi, i have a scenario in which im trying to make a formula using other tables.

=(Scores!B3)-('Submit Times'!B3-B$29*0.05*Scores!B$29)
This shows what i did. I came out with a huge negative number... but i'm not supposed to get that, i'm supposed to get 10.55.

(student's score ) - (days late * 0.05 * possible points)
This is similar to what i wrote above, but i don't know how i got a huge negative number. Plz help!

The values for B3 from Scores work sheet is 8, values of B3 from Submit Time worksheet is 02/09/05, values of B$29 from Submit Time worksheet is 02/14/05, and values of B$29 from Scores worksheet is 10.

Message me if you have AIM or yahoo. MY AIM is ladeda063610. MY yahoo is ladeda16. Please message/im me because i think you understand better if you message me
Reply With Quote
Links
  #2 (permalink)  
Old 02-27-2008, 06:51 AM
MYs MYs is offline
Junior Member
 
Join Date: Dec 2007
Posts: 8
Default

=(Scores!B3) --(TEXT('Submit Times'!B3, "DD")- TEXT('Submit Times'!B29, "DD")* 0.05* Scores!B$29)
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 06:56 AM
Junior Member
 
Join Date: Dec 2007
Posts: 23
Default

hi ladeda,
theres a couple of things wrong with this
1. the reason you are getting the huge negative is because you are subtracting dates (its negative because the dates are behind that minus sign)

2. if the score was 8
and the max score was only 10
and the guy turned it in late...then how is he getting 10.55? thats higher then the max

anyway
put this formula together in your sheet:

=(Scores!B3)-(NETWORKDAYS
('Submit Times'!B3,'Submit Times'!B$29)*0.05*Scores!B$29)

i get 6
the networkdays formula counts 4 day late (thats 10th, 11th, 12th, and 13th)
4*.05*10=2
so subtract 2 from 8

edit-
David, good catch on the worksheet name issue
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT -4. The time now is 12:24 AM.