Returning a value from one table on a sheet to a table on another sheet

BAFRA77

New Member
Joined
Sep 27, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all - been wracking my brains over this during the last couple of days - but am stuck.

I have a table on a Sheet called "Week By Week" - that details teams - with a score and a ranking position.

I have a table setup on another sheet called "Week By Week Table" - that summarises several items.

What I want to do on the Week By Week Table sheet is to look up the Team name from the column. the Date from the row - and then return the value in the "Position" column from the source data.

Source Data Table - "Week By Week" sheet
1695802674691.png


Summary table where I want the data value returned:

1695802733327.png
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi & welcome to MrExcel.
How about
Excel Formula:
=FILTER($D$2:$D$100,($B$2:$B$100=$R2)*($A$2:$A$100=S$1),"")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,741
Messages
6,126,608
Members
449,321
Latest member
syzer

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