+ Reply to Thread
Results 1 to 2 of 2

Adding Single Cell Array Constants

  1. #1
    Registered User
    Join Date
    11-14-2019
    Location
    Kolkata
    MS-Off Ver
    2007
    Posts
    2

    Adding Single Cell Array Constants

    I would like to concatenate single cell array constants without taking help of other cells. A1={"A","B"} & B1={"1","2"}. As I could not access the array characters directly from the cell, I've named them as ARRAY1 & ARRAY2 & then used
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    to get the desired result in C1. C1=A1 , B2

    Now, the array constant {"A","B"} is having 1 row & 2 columns but if I want the INDEX formula (or any other formula) to repeat itself & add them for 'n' number of columns in Array i.e., {"A","B","C",........,"n"}, what formula should I use? The result will be like =A1 , B2 , C3 , D4 , E5 , F6 , ..... Nn

    Is there any way out without naming the array constants?

    VB script not allowed.
    Attached Files Attached Files
    Last edited by excelformulae; 11-14-2019 at 06:52 AM.

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Adding Single Cell Array Constants

    Hello excelformulae. Welcome to the forum.

    Building the A,B,C ... 'n' and 1,2,3 ... 'n' arrays is no problem.

    Building and concatenating such a variable length string and outputting to a single cell will require either TEXTJOIN or CONCAT function. Neither of these are available in Office 2007 as your profile shows. You would need Office 365.

    Sad to say your only alternative for a single cell solution requires VBA.
    Last edited by FlameRetired; 11-14-2019 at 11:12 AM. Reason: Add a greeting to new member.
    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Concatenate Single Cell Array Constants
    By excelformulae in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2019, 03:11 AM
  2. [SOLVED] Array constants
    By czlowiek121 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-18-2018, 08:43 AM
  3. [SOLVED] Adding numbers from an array into a single cell
    By realdemigod in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 10-25-2016, 08:58 AM
  4. Array constants in a nested VLOOKUP
    By soneaf in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-03-2016, 01:00 PM
  5. Dynamic array constants
    By michalrosa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2010, 04:01 AM
  6. Converting weeknumber formula to VBA (array constants)
    By opopanax666 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-14-2008, 06:23 PM
  7. Formula Array Constants, Problem
    By pegbol in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-01-2005, 02:45 PM

Tags for this Thread

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