dmurphy1991
New Member
- Joined
- Jan 10, 2014
- Messages
- 22
Hi, so i'm trying to include an array formula in my workbook (will eventually be automated), all the example i can find have data starting in a1, my data doesn't and i can't get the formula to work as it should. It's fine if i put my data into A1 and then eneter the formula, but i can't work out why the array range's row starting position affects the formula.
My array range is p7:Q24
yet if i move the array's range to P1:Q18 it works!?
My formula is:
{=IFERROR(INDEX($P$1:$Q$18,SMALL(IF($P$1:$P$18=W$3,ROW($P$1:$P$18)),ROW(1:1)),2),"")} - for the one that works.
But changing the array range just means it returns the wrong info
Any help would be greatly appreciated!
My array range is p7:Q24
yet if i move the array's range to P1:Q18 it works!?
My formula is:
{=IFERROR(INDEX($P$1:$Q$18,SMALL(IF($P$1:$P$18=W$3,ROW($P$1:$P$18)),ROW(1:1)),2),"")} - for the one that works.
But changing the array range just means it returns the wrong info
Any help would be greatly appreciated!
Last edited: