Automatically Updating Cover Page

LearningByError

New Member
Joined
Jun 29, 2018
Messages
4
Hi everyone. I have a worksheet that has multiple pages that users can input information into. The information entered is then automatically updated in a cell on the first page. I'm currently doing that for the first two sheets and it works. However, when I add the code for a third sheet I still only am able to get the values in the first two sheets. Any help is very much appreciated.

Two sheets:
=IFERROR(IFERROR(INDEX('100s'!$B$1:$B$500,SMALL(IF('100s'!$B$1:$B$500<>"",ROW('100s'!$B$1:$B$500)-ROW('100s'!$B$1)+1),ROW(1:1))),INDEX('200s'!$B$1:$B$500,SMALL(IF('200s'!$B$1:$B$500<>"",ROW('200s'!$B$1:$B$500)-ROW('200s'!$B$1)+1),ROW(1:1)-COUNTIF('100s'!$B$1:$B$500,"<>"&"")))),”)


Three sheets:
=IFERROR(IFERROR(IFERROR(INDEX('100s'!$B$1:$B$500,SMALL(IF('100s'!$B$1:$B$500<>"",ROW('100s'!$B$1:$B$500)-ROW('100s'!$B$1)+1),ROW(1:1))),INDEX('200s'!$B$1:$B$500,SMALL(IF('200s'!$B$1:$B$500<>"",ROW('200s'!$B$1:$B$500)-ROW('200s'!$B$1)+1),ROW(1:1)-COUNTIF('100s'!$B$1:$B$500,"<>"&"")))),INDEX('300s'!$B$1:$B$500,SMALL(IF('300s'!$B$1:$B$500<>"",ROW('300s'!$B$1:$B$500)-ROW('300s'!$B$1)+1),ROW(1:1))-COUNTIF('100s'!$B$1:$B$500,"<>"&"")-COUNTIF('200s'!$B$1:$B$500,"<>"&""))),"")

Thanks,
LearningByError
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
I failed to mention, the sheets names are '100s' '200s' '300s'..etc.

Also I would attach an example but I do not have permision.

Thanks again.
 
Upvote 0

Forum statistics

Threads
1,216,096
Messages
6,128,809
Members
449,468
Latest member
AGreen17

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