Hi! I have Excel 2010 at work and am trying to create a report because the app they use can't do it. The original data was pulled from 5 different reports and have now have everything needed on two sheets. I have 3 criteria:
'MRP9202'!M:M>C2 'MRP9202'!B:B=G2 and 'MRP9202'!Q:Q<R2
and need to return all conforming values from 'MRP9202'!R:R (a 'helper column', which concatenates columns N, J and P) and display them in one cell, separated with commas or pipes.
I tried all sorts of IF/AND and INDEX/MATCH formulas, and the closest to success was =IF(AND('MRP9202'!M:M>C2,'MRP9202'!B:B=G2,'MRP9202'!Q:Q<R2), CONCATENATE('MRP9202'!N:N," Needs QTY:",'MRP9202'!J:J," Ships:",'MRP9202'!P:P),"") but it only returns the first valid option and I need all of them.
I created the helper column 'MRP9202'!R:R in the interest of simplicity for the INDEX/MATCH attempts, but gladly abandon it if another method works. Everything, formula or array, I've tried only returns the first valid option.
Thanks, in advance, for any help you can provide!
***added a sanitized version of the spreadsheet
Bookmarks