Return cell value from database

dtbrooks7

New Member
Joined
Feb 14, 2020
Messages
4
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Hi, I have a database of responders to a large survey which will be having additions made constantly.

I have created a formula to return me a list of the sheets in the workbook (1 sheet per responder) and now I want to collect all response to each questions. Is there a formula I can use to solve the below? All responses are in Cell H5 on the individual sheets

Capture.PNG


so that the answer column returns the value of cell H3 on sheet "Response1" ?

Ideally I don't want to have to write in the name of each individual sheet name as there are a couple of hundred of them! Also if possible without VBA would be preffered!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi & welcome to MrExcel.
How about
=INDIRECT("'"&A2&"'!H3")
 
Upvote 0
Is there anything in H3 on those sheets?
In your op you mention both H5 & H3
 
Upvote 0
Glad it' sorted & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,216,571
Messages
6,131,482
Members
449,653
Latest member
aurelius33

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