I have searched this forum for a while and cannot find how to make the following array formula work over multiple sheets. I do not know if it is even possible.
=MAX(IF(--($A3='FY18+ Reqs'!$B$2:$B$851000)*--("shipped"='FY18+ Reqs'!$F$2:$F$851000)*--(""<>'FY18+ Reqs'!$I$2:$I$851000),--('FY18+ Reqs'!$I$2:$I$851000-'FY18+ Reqs'!$G$2:$G$851000)))
I have been using it for a while and am currently using it as an array formula, Ctrl+Shift+Enter, but you can see I am almost out of rows on one Excel sheet. So I want to use it over more than one sheet for gathering statistics. I also use the other common statistic functions, MIN, AVERAGE, MODE, STDEV.S, SKEW, among others. I assume, if a 3D version is possible, the same methods will work for each of the other functions. I have seen examples using the INDIRECT function with the N() and T() functions. I have never been successful using the INDIRECT function. I have seen examples naming the ranges. No success so far.
A few descriptions from my formula:
$A3 is the identification number that is looked up in Column B of the requisition tab ; "shipped" is the requisition status looked up in Column F of the requisition tab ; ""<> filters out the empty ship dates in Column I of the requisition tab ; the last portion subtracts the requisition order date in Column G from the shipped date in Column I of the requisition tab.
=MAX(IF(--($A3='FY18+ Reqs'!$B$2:$B$851000)*--("shipped"='FY18+ Reqs'!$F$2:$F$851000)*--(""<>'FY18+ Reqs'!$I$2:$I$851000),--('FY18+ Reqs'!$I$2:$I$851000-'FY18+ Reqs'!$G$2:$G$851000)))
I have been using it for a while and am currently using it as an array formula, Ctrl+Shift+Enter, but you can see I am almost out of rows on one Excel sheet. So I want to use it over more than one sheet for gathering statistics. I also use the other common statistic functions, MIN, AVERAGE, MODE, STDEV.S, SKEW, among others. I assume, if a 3D version is possible, the same methods will work for each of the other functions. I have seen examples using the INDIRECT function with the N() and T() functions. I have never been successful using the INDIRECT function. I have seen examples naming the ranges. No success so far.
A few descriptions from my formula:
$A3 is the identification number that is looked up in Column B of the requisition tab ; "shipped" is the requisition status looked up in Column F of the requisition tab ; ""<> filters out the empty ship dates in Column I of the requisition tab ; the last portion subtracts the requisition order date in Column G from the shipped date in Column I of the requisition tab.