Formula

rollingzep

Board Regular
Joined
Nov 18, 2013
Messages
224
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have an application, which i got from the earlier person, who left the organization.
I was able to restore most of the worksheets in the workbook and their values.

But on one tab, (Day Start) of the Workbook, I see the below two formulas but couldn't make anything on that.

=IFERROR(SMALL(OFFSET(INDIRECT(ADDRESS(52,MATCH("*Collateral pledged at ancillary systems*",$A$51:$BM$51,0),4,1,)),0,0,COUNTA($Q$52:$Q$352),1),1),"-")
=IFERROR(SMALL(OFFSET(INDIRECT(ADDRESS(52,MATCH("Other",$A$51:$BM$51,0),4,1,)),0,0,COUNTA($Q$52:$Q$352),1),1),"-")

While I see the field with value "Collateral pledged at ancillary systems" on two of the other WS (reportData and Pos data) , I am not sure of this range($A$51:$BM$51) and which WS it points to.

If you need more details, I can provide.

TIA
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Without a qualifying sheet name in front of the range, it would be pointing to the sheet the formula is on. However, not having the data on the Day Start worksheet to look at, it could be pointing to another sheet because of the INDIRECT function.
 
Upvote 0

Forum statistics

Threads
1,223,790
Messages
6,174,594
Members
452,574
Latest member
hang_and_bang

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