About 4,200,000 results
Open links in new tab
  1. How to Return Multiple Values Based on Single Criteria in Excel

    Aug 1, 2025 · Table of Contents Common lookup functions like VLOOKUP or MATCH usually return a single result for a given lookup value. However, sometimes we need to find all the matched values …

  2. How to Lookup Multiple Values in Excel (10 Ways) - ExcelDemy

    Jul 5, 2024 · The article illustrates Ten different and effective ways to lookup multiple values in excel based on one or more conditions.

  3. Java Arrays - W3Schools

    Java Arrays Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value. To declare an array, define the variable type with square brackets [ ] :

  4. Solved: Is there a way to concatenate arrays (not Union () -- I don't ...

    May 20, 2022 · The reader pulls these two columns as a table of detail lines -- GenericCharges1A and GenericCharges1B. I need these values (there are 6 of these tables/arrays) consolidated to a single …

  5. XLOOKUP with multiple criteria - Excel formula | Exceljet

    Mar 20, 2026 · The best way to use XLOOKUP with multiple criteria is to use Boolean logic to apply conditions. In the example shown, the formula in H8 is: …

  6. 5 easy ways to VLOOKUP and return multiple values - Get Digital Help

    The array formula above filters only values with one condition, the following article explains how to filter based on multiple criteria: Vlookup with 2 or more lookup criteria and return multiple matches

  7. Returning Multiple Values in Python - GeeksforGeeks

    Mar 18, 2026 · Explanation: fun () returns two values as a tuple, which are unpacked into 's' and 'x' and then printed. Using Dictionary Dictionary stores data in key-value pairs. It can be used to return …

  8. PHP: array_values - Manual

    array_keys () - Return all the keys or a subset of the keys of an array array_combine () - Creates an array by using one array for keys and another for its values

  9. How to Split Single Column Values to Multiple Columns in SQL

    Mar 26, 2025 · In SQL, it’s common to encounter situations where a single column in a table contains multiple pieces of information separated using delimiters such as commas, hyphens, or spaces. …

  10. Split comma-separated values to multiple columns - Exceljet

    Oct 12, 2025 · To split comma-separated values (CSV) into multiple columns with a formula, you can use the TEXTSPLIT function. In the example below, we use TEXTSPLIT together with REDUCE and …