Results 1 to 7 of 7

Using Excel 2010 with multiple "if" & need all results in one cell, can't use textjoin

Threaded View

  1. #1
    Registered User
    Join Date
    05-10-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    41

    Using Excel 2010 with multiple "if" & need all results in one cell, can't use textjoin

    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
    Attached Files Attached Files
    Last edited by arcarc1309; 02-24-2020 at 07:29 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel 2010 -- "Visual Basic" "Macros" and "Record Macro" all disabled.
    By NicholasL in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2017, 06:11 AM
  2. Excel 2010 - Return date (MMM) from "multiple cells" otherwise blank
    By acopa00 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-23-2014, 10:52 AM
  3. Replies: 10
    Last Post: 11-22-2013, 04:58 AM
  4. Excel 2010 (Run-time error '13' type mismatch) "Debug" and "Continue" Grayed out.
    By Jeronimo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-18-2012, 06:42 PM
  5. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 AM
  6. vba Excel 2010, "copy" RGB colour values from cell into variables
    By Efes in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2012, 05:12 AM
  7. Using "Find" to return results if a word is found within multiple words in a cell
    By pylauzier in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-01-2011, 01:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1