Reference a value from another sheet that might be in a different place each time

M3K1RKJP

New Member
Joined
Oct 31, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I keep a spreadsheet that I drop some reports in to from a PMS on a daily basis for each day of the month).

I want my main sheet to pick the yellow values as in the extract below. Is this possible? They'll always be in the same column but not the same row and both rows are entitled 'Summary Total' so I don't think vlookup of sumif(s) is possible.
1730376807326.png

TIA
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
How you want display the results in Main sheet.
Data in Sheet4
In Main sheet
Excel Formula:
=FILTER(Sheet4!C1:C20,Sheet4!A1:A20="Summary Total")
 
Last edited:
Upvote 0
How you want display the results in Main sheet.
Data in Sheet4
In Main sheet
Excel Formula:
=FILTER(Sheet4!C1:C20,Sheet4!A1:A20="Summary Total")
Hi, thank you for taking the time to answer.
I need to see the 19.89 and 7.43 separately on different rows in my main sheet e.g.

1730381703028.png
 
Upvote 0

Forum statistics

Threads
1,223,248
Messages
6,171,021
Members
452,374
Latest member
keccles

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