identifying a cell by the cell next to it

jedonnel

New Member
Joined
Sep 5, 2018
Messages
1
I am wondering if there is a way to identify a cell in a formula by essentially calling it "the cell to the right of X"

I have a table of multiple test scores from multiple people and the time it took to complete the test. For simplicity it looks like this

A B C D E
1 Student 1 Student 2
2 Score Time Score Time
3 Test 1 10 3:00 8 2:20
4 Test 2 9 3:10 11 3:11
5 Test 3 12 3:30 10 2:55


I need to throw out the low score and the time associated with it for averages. I'm fine with identifying the low score in column B (and D) and excluding it from the average. Is there a way, though, to do an average of column C that excludes the cell to the right of the lowest value in column B? Sorting is not an option because to do it individually for each student would remove the association between the scores and what test they were for.

Thanks in advance.


EDIT: Sorry, the spacing didn't work out in my example, but hopefully the point is clear
 
Last edited by a moderator:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Welcome to the MrExcel board!

Is this what you mean?
C7 copied to E7

Excel Workbook
ABCDE
1Student 1Student 2
2ScoreTimeScoreTime
3Test 1103:0082:20
4Test 293:10113:11
5Test 3123:30102:55
6
7Average3:153:03
Average Excluding Min Score
 
Upvote 0

Forum statistics

Threads
1,215,221
Messages
6,123,699
Members
449,117
Latest member
Aaagu

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