
Thank you in advance for your help on this problem. I am trying to pull data into one sheet from a pivot table and have been able to do so using a nested if function in an index match function, for example in cell C4 I would put:
=index(G$2:G$24,match(A3,if($F$2:$F$24=$B$4,$E$2:$E$24),0))
The problem I've encountered is that the formula will work in the first group (rows 4 - 7) but not the second (rows 9 - 11). Any ideas?
Also, is it possible to do an array in cells that are not consecutive, i.e. cells B4:B7 & B9:B11?
Due to obvious proprietary issues I can't post images from the actual spreadsheet but I'm doing my best to explain the issue.
Thanks again!
Jake