Results 1 to 10 of 31

Thread: Test

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Continued from previous post
    Some notes to help me in solving this Thread:
    http://www.excelfox.com/forum/showth...te-conditional


    I will answer this similar to the last question for consistency to help in understanding, and also do it in a way that might not be the most efficient, but may help in further modifications or similar requirements that I would not be surprised might follow…

    Regardless of, and before any checks for meeting the match criteria are done I will make an array of arrays as previously, arr3()
    This will be a one dimensional array. For the test data from the previous post this will have a size of 6 main elements, ( 7 incl. Header - arr3(0) not used ) , each of which is a single row, 2 dimensional array of the original data in 2.xlsm with the addition of an extra last element.
    ACC
    22
    1
    2
    3

    ADANIENT
    25
    1
    2

    ADANIPORTS
    15083
    1
    2
    3
    4

    ADANIPOWER
    17388
    1
    2
    3
    4
    5
    6

    AMARAJABAT
    100
    1
    2
    3
    4
    5

    ASIANPAINT
    236
    1
    2
    3


    [ _____ Workbook: 2.xlsm ( Using Excel 2007 32 bit )
    arr3() = { arr3(1) , arr3(2) , arr3(3) , arr3(4) , arr3(5) , arr(6) }
    arr3(1) = ACC
    22
    1
    2
    3
    arr3(2) = ADANIENT
    25
    1
    2
    arr3(3) = ADANIPORTS
    15083
    1
    2
    3
    4
    arr3(4) = ADANIPOWER
    17388
    1
    2
    3
    4
    5
    6
    arr3(5) = AMARAJABAT
    100
    1
    2
    3
    4
    5
    arr3(6) = ASIANPAINT
    236
    1
    2
    3
    Last edited by Molly Brennholz; 04-29-2020 at 03:25 PM.

Similar Threads

  1. Test
    By DocAElstein in forum Test Area
    Replies: 0
    Last Post: 03-30-2020, 07:20 PM
  2. test
    By EFmanagement in forum Test Area
    Replies: 0
    Last Post: 09-29-2019, 11:01 PM
  3. This is a test Test Let it be
    By Admin in forum Test Area
    Replies: 6
    Last Post: 05-30-2014, 09:44 AM
  4. Test
    By Excel Fox in forum Den Of The Fox
    Replies: 0
    Last Post: 07-31-2013, 08:15 AM
  5. Test
    By Excel Fox in forum Word Help
    Replies: 0
    Last Post: 07-05-2011, 01:51 AM

Posting Permissions

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