Hi.
Back again, sorry. :-S
At the following Excel ‘10 document:
https://www.dropbox.com/s/663lapi607iw3uu/exercise_to_chandoo_3.xlsx
I'm trying to list the values on the "I" column (at the "calcula" worksheet) between two dates (at the "data-offsite-radian6" worksheet).
The dates that will set the criteria for extracting these records are at the "Portada" worksheet, cell "D20" (start date) and cell "D21" (end date).
The array formula I need has to be placed at the "BY8" cell of the "calcula" worksheet.
The array formula refers to another one at the "BZ6" cell in the "calcula" worksheet, which is working fine and is this:
=COUNTIFS('data-offsite-radian6'!$D:$D,">="&Portada!$D$20,'data-offsite-radian6'!$D:$D,"<="&Portada!$D$21)
However, the array formula I wrote seems to have an error (even after doing Ctrl+Shift+Enter). Can someone tell me what am I doing wrong in it?
{=IF(ROWS(calcula!BY$8:BY8)>$BZ$6," ",INDEX('data-offsite-radian6'!$D:$D,SMALL(IF('data-offsite-radian6'!$D:$D>=Portada!$D$20,IF('data-offsite-radian6'!$D:$D<=Portada!$D$21,ROW('data-offsite-radian6'!$D:$D-ROW('data-offsite-radian6'!$D$3)+1)),ROWS(calcula!BY$8:BY8))))}
The end. :-(
---------------------------------------
PS: The array formula is unfortunately not mine... I made a version from a another formula I took from a video tutorial that seemed pretty good, but considering the results, I guess I'm a bit ignorant to understand some of the things this guy is saying?
http://www.youtube.com/watch?v=6jcqN3swdW8
As he suggest, I already ran an experiment substituting SMALL by AGGREGATE, substituting IF by IFERROR, and I’m aware that I’m not pointing INDEX at the "I" column, but it doesn’t work either way. I think I’m having some sort of circular reference because of the pointing at the BY8 cell, but this is what the guy is suggesting in the video. Therefore, I ran out of ideas for tests and can't think of anything more… :-(
Back again, sorry. :-S
At the following Excel ‘10 document:
https://www.dropbox.com/s/663lapi607iw3uu/exercise_to_chandoo_3.xlsx
I'm trying to list the values on the "I" column (at the "calcula" worksheet) between two dates (at the "data-offsite-radian6" worksheet).
The dates that will set the criteria for extracting these records are at the "Portada" worksheet, cell "D20" (start date) and cell "D21" (end date).
The array formula I need has to be placed at the "BY8" cell of the "calcula" worksheet.
The array formula refers to another one at the "BZ6" cell in the "calcula" worksheet, which is working fine and is this:
=COUNTIFS('data-offsite-radian6'!$D:$D,">="&Portada!$D$20,'data-offsite-radian6'!$D:$D,"<="&Portada!$D$21)
However, the array formula I wrote seems to have an error (even after doing Ctrl+Shift+Enter). Can someone tell me what am I doing wrong in it?
{=IF(ROWS(calcula!BY$8:BY8)>$BZ$6," ",INDEX('data-offsite-radian6'!$D:$D,SMALL(IF('data-offsite-radian6'!$D:$D>=Portada!$D$20,IF('data-offsite-radian6'!$D:$D<=Portada!$D$21,ROW('data-offsite-radian6'!$D:$D-ROW('data-offsite-radian6'!$D$3)+1)),ROWS(calcula!BY$8:BY8))))}
The end. :-(
---------------------------------------
PS: The array formula is unfortunately not mine... I made a version from a another formula I took from a video tutorial that seemed pretty good, but considering the results, I guess I'm a bit ignorant to understand some of the things this guy is saying?
http://www.youtube.com/watch?v=6jcqN3swdW8
As he suggest, I already ran an experiment substituting SMALL by AGGREGATE, substituting IF by IFERROR, and I’m aware that I’m not pointing INDEX at the "I" column, but it doesn’t work either way. I think I’m having some sort of circular reference because of the pointing at the BY8 cell, but this is what the guy is suggesting in the video. Therefore, I ran out of ideas for tests and can't think of anything more… :-(