Summary Sheet lookup

Gemandshed

New Member
Joined
Apr 5, 2023
Messages
13
Office Version
  1. 2010
Hi

I’ve got a spreadsheet with multiple worksheets - all different peoples names

I’m trying to create a summary sheet to lookup each persons specific name and return the values within the worksheet

In the summary sheet I need column D to look for the persons worksheet and return the value in column E, but the last cell to have any value.

I hope this makes sense.

Regards
Gemma
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi @Gemandshed, Could you please attach an example of an excel image / table to make it easier for someone to help you?
 
Upvote 0
Gemma,
How are you identifying each worksheet? Does the worksheet name match the name of the name on the summary sheet? (If not can you build a lookup table for this?)
 
Upvote 0
try this:
Name1 sheet:
Book2
ABCDEFG
1
2
3
44524
5
6
7
8
9
10
114255
12
13
14
15
16
Name1


Name2 Sheet:
Book2
ABCDEFG
1452
2
3
4
5
6
7452
8
9
10
11
12
13
14
15
16
17
18
194254
20
21
Name2



Summary Sheet:
(note these formulas are VOLATILE and use up resources, if you have a very large workbook it will affect performance)
Also, formula must be committed to cell with CNTL-SHFT-ENTR keystroke (CSE).

Book2
ABCDE
1Name
2Name14255
3Name24254
4
5
6
Summary
Cell Formulas
RangeFormula
D2:D3D2=INDEX(INDIRECT(A2&"!$E$2:$E$100"),MAX((ROW(INDIRECT(A2&"!$E$2:$E$100"))-1)*(ISNUMBER(INDIRECT(A2&"!$E$2:$E$100")))))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
You're welcome. And Welcome to the Mr. Excel forum.
 
Upvote 0
Thank you. I’ve tried but it displays a #REF! Error
See below screenshots. There are numbers in Shirleys tab in column E. what am I doing wrong? 😑
 
Upvote 0
screen shots aren't visible. But, please look at the formulas for the MIDDLE INDIRECT function. It starts at row 2, and I subtract 1 after the function. If you start at row4, you need to subtract 3, etc.

To get a proof of how it works, paste all three miniworksheets I have above in a new workbook (rename sheets appropriately) and see if it works there. Then adjust to fit your worksheet setup.
 
Upvote 0
Thank you. I’ve been working on this this morning and I’ve got it to work. The reason it wasn’t working was to do with the name. If I removed the surname and changed the worksheet name to first name only it works but I need it to work with first name and surname. As too many of the same first name.
How can I do this please?
Thank you in advance
 
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