Keeping formulas on second sheet accurate after making changes in the first sheet

barnkat

New Member
Joined
Nov 5, 2009
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Forgive my fumbling, it's difficult to be clear on this (relatively novice user).

I have an exam spreadsheet. The first sheet (Scoring Report) contains columns with the program name (two different programs take the course, call them A and B), ID, last name, first name, first exam score, etc. The second and third sheets are specifically each for a single program (sheet 2 = Program A, sheet 3 = Program B). I have these two sheets set up to pull the students exam scores from the first sheet using the formula =Sheet1!B3

Is there specific formula I should be using to make sure that any changes on the first sheet are accurately reflected on the other sheets? One that will ensure that the information from the first sheet will accurately flow to the other sheets, even if I have to sort or make other physical changes to the first sheet?

[My IT Dept has restricted my ability to add plug-ins like XL2BB to Office, so I'll try to recreate the sheets.]

For example, if Sheet 1 looks like this
A​
B​
C​
D​
E​
F​
1​
PROG​
ID​
Last Name​
First Name​
Exam​
Percentage​
2​
AZC52197AmosGladys4288%
3​
AZC49810AzariPhil4492%
4​
AZC43170WatsonRobert3879%
5​
AZC50843BerryLinda4083%
6​
AZC4957VegasTony48100%
7​
AZC4934ShifleyAdam48100%
8​
AZC8493HartLiz4492%
9​
BTW51867SabineMelanie4696%
10​
AZC49745IvanSusan4288%
11​
BTW50766ParsonsJamie4492%
12​
BTW15821AndrewsStephen4492%
13​
AZC4311BurnsDave4492%
14​
BTW5103ShineRay4288%

then Sheet 2 is accurate
A​
B​
C​
D​
E​
F​
1​
PROG​
ID​
Last Name​
First Name​
Exam​
Percentage​
2​
AZC52197AmosGladys4288%
3​
AZC49810AzariPhil4492%
4​
AZC43170WatsonRobert3879%
5​
AZC50843BerryLinda4083%
6​
AZC4957VegasTony48100%
7​
AZC4934ShifleyAdam48100%
8​
AZC8493HartLiz4492%
9​
AZC49745IvanSusan4288%
10​
AZC4311BurnsDave4492%

But if I sort Sheet 1 alphabetically
A​
B​
C​
D​
E​
F​
1​
PROG​
ID​
Last Name​
First Name​
Exam​
Percentage​
2​
AZC52197AmosGladys4288%
3​
BTW15821AndrewsStephen4492%
4​
AZC49810AzariPhil4492%
5​
AZC50843BerryLinda4083%
6​
AZC4311BurnsDave4492%
7​
AZC8493HartLiz4492%
8​
AZC49745IvanSusan4288%
9​
BTW50766ParsonsJamie4492%
10​
BTW51867SabineMelanie4696%
11​
AZC4934ShifleyAdam48100%
12​
BTW5103ShineRay4288%
13​
AZC4957VegasTony48100%
14​
AZC43170WatsonRobert3879%

then Sheet 2 returns the wrong information.
A​
B​
C​
D​
E​
F​
1​
PROG​
ID​
Last Name​
First Name​
Exam​
Percentage​
2​
AZC 52197AmosGladys4288%
3​
BTW15821AndrewsStephen4492%
4​
AZC49810AzariPhil4492%
5​
AZC50843BerryLinda4083%
6​
AZC4311BurnsDave4492%
7​
AZC8493HartLiz4492%
8​
AZC49745IvanSusan4288%
9​
BTW51867SabineMelanie4696%
10​
AZC4957VegasTony48100%

I have a feeling that I'm overlooking the obvious. I freely admit that I don't have enough experience in Excel to know what to try or how to ask the question, so please be kind in your comments. Any help is greatly appreciated.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
What version of excel are you using?

Can you explain your formula = Sheet1!B3? Looking at what you posted, that points to ID 49810. Maybe I don't follow what you are trying to say

If you are using 365, I would use the =filter function
 
Upvote 0
365 Enterprise Edition.

In the example, the formula in sheet 2 cell A2 is literally (without the quotes) "=Sheet!A2", which is what I get when I type an = then click on the cell on the first sheet that I want to pull to the cell in the second sheet, then press Enter. Here is what sheet 2 with the formulas in [brackets] in each cell.

A​
B​
C​
D​
E​
F​
1​
PROG​
ID​
Last Name​
First Name​
Exam​
Percentage​
2​
AZC [=Sheet1!A2]52197 [=Sheet1!B2]Amos [=Sheet1!C2]Gladys [=Sheet1!D2]42 [=Sheet1!E2]88% [=Sheet1!F2]
3​
AZC [=Sheet1!A4]49810 [=Sheet1!B4]Azari [=Sheet1!C4]Phil [=Sheet1!D4]44 [=Sheet1!E4]92% [=Sheet1!F4]
4​
AZC [=Sheet1!A5]50843 [=Sheet1!B5]Berry [=Sheet1!C5]Linda [=Sheet1!D5]40 [=Sheet1!E5]83% [=Sheet1!F5]
5​
AZC [=Sheet1!A6]4311 [=Sheet1!B6]Burns [=Sheet1!C6]Dave [=Sheet1!D6]44 [=Sheet1!E6]92% [=Sheet1!F6]
6​
AZC [=Sheet1!A7] 8493 [=Sheet1!B7]Hart [=Sheet1!C7]Liz [=Sheet1!D7]44 [=Sheet1!E7]92% [=Sheet1!F7]
7​
AZC [=Sheet1!A8]49745 [=Sheet1!B8]Ivan [=Sheet1!C8]Susan [=Sheet1!D8]42 [=Sheet1!E8]88% [=Sheet1!F8]
8​
AZC [=Sheet1!A11]4934 [=Sheet1!B11]Shifley [=Sheet1!C11]Adam [=Sheet1!D11]48 [=Sheet1!E11]100% [=Sheet1!F11]
9​
AZC [=Sheet1!A13]4957 [=Sheet1!B13]Vegas [=Sheet1!C13]Tony [=Sheet1!D13]48 [=Sheet1!E13]100% [=Sheet1!F13]
10​
AZC [=Sheet1!A14]43170 [=Sheet1!B14]Watson [=Sheet1!C14]Robert [=Sheet1!D14]38 [=Sheet1!E14]79% [=Sheet1!F14]
 
Upvote 0
365 Enterprise Edition.

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
How about
Fluff.xlsm
ABCDEF
1PROGIDLast NameFirst NameExamPercentage
2AZC52197AmosGladys4288%
3AZC49810AzariPhil4492%
4AZC43170WatsonRobert3879%
5AZC50843BerryLinda4083%
6AZC4957VegasTony48100%
7AZC4934ShifleyAdam48100%
8AZC8493HartLiz4492%
9BTW51867SabineMelanie4696%
10AZC49745IvanSusan4288%
11BTW50766ParsonsJamie4492%
12BTW15821AndrewsStephen4492%
13AZC4311BurnsDave4492%
14BTW5103ShineRay4288%
15
Sheet1


Fluff.xlsm
ABCDEF
1PROGIDLast NameFirst NameExamPercentage
2AZC52197AmosGladys420.88
3AZC49810AzariPhil440.92
4AZC43170WatsonRobert380.79
5AZC50843BerryLinda400.83
6AZC4957VegasTony481
7AZC4934ShifleyAdam481
8AZC8493HartLiz440.92
9AZC49745IvanSusan420.88
10AZC4311BurnsDave440.92
11
Sheet2
Cell Formulas
RangeFormula
A2:F10A2=FILTER(Sheet1!A2:F300,Sheet1!A2:A300="AZC")
Dynamic array formulas.
 
Upvote 0
Unfortunately, that doesn't work. I've posted a version of the spreadsheet on Dropbox since it needs all three sheets to show the problem. The DATA sheet is unsorted - when I sort, the information on the other two sheets is wrong. The link: College Scores 2024.xlsx
 
Upvote 0
When I enter the formula given, I get the result "#SPILL!" (without the quotes).
 
Upvote 0
Clear all data from row 2 down & then re-enter the formula in A2 only
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top