+ Reply to Thread
Results 1 to 5 of 5

Creating text matrix

  1. #1
    Registered User
    Join Date
    08-18-2019
    Location
    Tel Aviv
    MS-Off Ver
    Office 365
    Posts
    4

    Creating text matrix

    Hi all,

    I hope I'm defining what I want correctly, but basically I would like to know how can I create a text matrix using Excel, that will multiply text in a specific area, like I've attached in the image.

    Is this possible?

    Thanks in advance

    Matrix.JPG

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Creating text matrix

    Can you post it in excel?

    scroll down to GO ADVANCED, click, and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen.

  3. #3
    Registered User
    Join Date
    08-18-2019
    Location
    Tel Aviv
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Creating text matrix

    Sure, didn't know this was an option.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Creating text matrix

    Quote Originally Posted by galitg View Post
    Sure, didn't know this was an option.
    We're in excel forum ..that's the whole point

  5. #5
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Creating text matrix

    Not the most elegant solution, using 3 helpers:


    J5 and down
    =IF(SUM(COUNTIF(J4,$J$4:J4))< COUNT($C$4:$C$7)*COUNTA($D$4:$D$7),J4,INDEX($B$4:$B$7,MATCH(J4,$B$4:$B$7,0)+1))

    K5 and down:
    =INDEX($C$4:$C$7,ROUNDUP(MOD(((COUNTA($K$4:K4)+1)/COUNTA($C$4:$C$7))-0.1,COUNTA($C$4:$C$7)),0))

    L5:
    =INDEX($D$4:$D$7,ROUNDUP(MOD(((COUNTA($L$4:L4)+1)/COUNTA($D$4:$D$7))-0.1,COUNTA($D$4:$D$7)),0))

    and the combination in column H4 and down:
    =I4&"_"&J4&"_"&K4
    Attached Files Attached Files
    Last edited by Limor_OP; 10-13-2020 at 07:12 PM.

+ 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. Creating a Matrix (I think?)
    By mshamsiev in forum Excel General
    Replies: 7
    Last Post: 02-22-2019, 12:00 PM
  2. I need Help with creating Pricing Matrix!!! Please Anyone!
    By e.limm in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 06-15-2017, 08:43 AM
  3. Creating a Matrix
    By blens1 in forum Excel General
    Replies: 4
    Last Post: 12-05-2014, 01:09 AM
  4. I need help creating a 3x3 Matrix in vba?
    By mattm99 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-18-2011, 03:36 PM
  5. Creating a matrix from a database
    By Sandy24 in forum Access Tables & Databases
    Replies: 1
    Last Post: 06-20-2011, 08:27 AM
  6. [SOLVED] Creating a matrix from columns
    By Ernie Sersen in forum Excel General
    Replies: 2
    Last Post: 02-18-2005, 10:06 AM

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