Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default moving answer from one sheet to another

I have two sheets

Sheet one column a is student's name, colums b thru k are a point system
ranging from 1 to 3 points column l is the total of columns b thru k (no more
than 30 points total).

Sheet two has 5 columns. Each column is worth 6 points i.e. column a is 25
thru 30 points, column b is 19 thru 24 points, column c is 13 thru 18, column
d is 7 thru 12 points and column e is 0 thru 6 points. I need the total on
sheet one column l to move that student's name in that row to sheet 2 into
the respective column of total points.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default moving answer from one sheet to another

Set up the second sheet with the lower limit for the 6-point
ranges in row 1, as:
A B C D E
1 25 19 13 7 0

Assuming names start on row 2 on Sheet1, use these formulas
on sheet 2:

A2 =IF(Sheet1!$L2=E$1,Sheet1!$A2,"")
B2 =IF(AND(Sheet1!$L2=B$1,Sheet!!$L2<A$1),Sheet1!$A2 ,"")
fill the 2nd formula on over through C2:E2
then fill all 5 formulas on down the sheet to capture all
names on Sheet1.


"vaughn01" wrote:

I have two sheets

Sheet one column a is student's name, colums b thru k are a point system
ranging from 1 to 3 points column l is the total of columns b thru k (no more
than 30 points total).

Sheet two has 5 columns. Each column is worth 6 points i.e. column a is 25
thru 30 points, column b is 19 thru 24 points, column c is 13 thru 18, column
d is 7 thru 12 points and column e is 0 thru 6 points. I need the total on
sheet one column l to move that student's name in that row to sheet 2 into
the respective column of total points.

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
moving informatiion from one sheet to a total sheet john Excel Discussion (Misc queries) 2 January 31st 08 10:17 PM
I'm trying to create a formula for an answer sheet. Ernesto Excel Worksheet Functions 1 February 8th 07 05:48 PM
add up cell content to get answer at bottom of sheet Robert Excel Discussion (Misc queries) 1 July 11th 06 11:31 PM
add up cell content to get answer at bottom of sheet Robert Excel Discussion (Misc queries) 2 July 11th 06 10:18 PM
I need to create a 7 bubble answer sheet for an experiment. Dolphine1995 Excel Discussion (Misc queries) 1 April 14th 05 06:23 PM


All times are GMT +1. The time now is 06:34 PM.

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

About Us

"It's about Microsoft Excel"