+ Reply to Thread
Results 1 to 1 of 1

Thread: Dynamic Arrays/ Spilling alternative to type 2 CSE Entry

  1. #1
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,389
    Rep Power
    10

    Dynamic Arrays/ Spilling alternative to type 2 CSE Entry

    I have been made aware by formula Guru and excelforum Moderator Dave (FlameRetired) about planned changes in how Excel handles the so called Array formula CSE stuff
    There is likely to be something going under the general name of Dynamic Arrays in the future.

    It seems to be only concerned with the sort of CSE stuff often referred to as Type 2 CSE Entry , that is to say the following situation: You have something, ( a formula usually ) , that is returning you a field of results, so in order to see them you have to select an appropriate sized range first then put the formula in and enter it with the famous key combination of Control+Shift and Enter

    For example , if I had a formula =A1:B2 , then that has available a 2x2 field of values to give me.
    Currently if I want to be sure to get all those I would need to select at range of at least a 2x2 and then do the C S E stuff
    For example, what I did to get the next screenshot was
    _ put some arbitrary values in cells A1:B2
    _ then I highlighted cells C3:E5
    _ Typed the formula =A1:B2
    _ confirmed with key combination of Control+Shift and Enter
    =A1_B2 CSE.JPG : https://imgur.com/Mygbbg3
    =A1_B2 CSE.JPG
    _____ ( Using Excel 2007 32 bit )
    Row\Col
    A
    B
    C
    D
    E
    F
    1
    cell A1 value cell B1 value
    2
    cell A2 value cell B2 value
    3
    cell A1 value cell B1 value
    #NV
    4
    cell A2 value cell B2 value
    #NV
    5
    #NV
    #NV
    #NV
    6
    Worksheet: DynamicArrays
    _____ ( Using Excel 2007 32 bit )
    Row\Col
    A
    B
    C
    D
    E
    F
    1
    cell A1 value cell B1 value
    2
    cell A2 value cell B2 value
    3
    =A1:B2 =A1:B2
    =A1:B2
    4
    =A1:B2 =A1:B2
    =A1:B2
    5
    =A1:B2
    =A1:B2
    =A1:B2
    6
    Worksheet: DynamicArrays
    Note also there that if your chosen area is too small your values will be truncated, and if your chosen area is too large you get those #error things.

    Currently if you type a formula that has multiple values available in a cell and just Enter normally, then usually you get an error, or sometimes you might get a single value.

    Dynamic Arrays and Spilling
    The change that Microsoft is currently planning is give you the full set of values after a normal Enter. They refer to the things as “spilling” : The range of output values automatically “spills” to the right and down to give all your available values.


    I suppose if I had never heard of CSE stuff and started from the outset in Excel with the Dynamic Array and Spilling feature, then I doubt I would give it a second thought.
    But having finally got my teeth around the whole CSE stuff, especially the type 2 entry, I have found that helpful to get a better understanding of how Excel is working. There are parallels with how some things work in VBA, and I find that further very helpful. Personally I prefer to have the CSE stuff left as it is.
    Just my personal preference: I would prefer not to have the new dynamic array/ spilling feature.
    By the way, CSE stuff will be kept for backward compatibility , apparently. But I feel that the availability of the Dynamic Array / automatic Spilling will further encourage user ignorance.
    I think it is more healthy if users of software are also , at least to some extent, understanders of that software.

    Alan


    Ref
    https://support.office.com/en-us/art...4-df571bd4f1b4
    https://www.excelforum.com/the-water...lease-eek.html
    https://www.myonlinetraininghub.com/...dynamic-arrays
    http://www.excelfox.com/forum/showth...on-and-VLookUp
    https://support.office.com/en-us/art...1-87a7eb36e531
    http://www.excelfox.com/forum/showth...0998#post10998
    https://www.youtube.com/watch?v=1HF0UGMF070
    https://fastexcel.wordpress.com/2019...rray-formulas/
    https://newtonexcelbach.com/2019/05/...rays-in-excel/
    https://mailchi.mp/9c5dfba0e9c3/zm6l...3?e=b8b970d9f5
    https://fastexcel.wordpress.com/2019...rray-formulas/
    https://www.eileenslounge.com/viewto...=33843#p262121
    https://www.mrexcel.com/board/thread...2#post-5401671
    Roy 2020-09-08 13:22:43 https://excelribbon.tips.net/T007820...h_Numbers.html
    Last edited by DocAElstein; 09-09-2020 at 11:39 AM. Reason: Adding recent links
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

+ Reply to Thread

Similar Threads

  1. VBA Range.Sort with arrays. Alternative for simple use.
    By DocAElstein in forum Excel and VBA Tips and Tricks
    Replies: 23
    Last Post: 04-22-2019, 12:31 PM
  2. Replies: 8
    Last Post: 09-01-2015, 01:50 AM
  3. Alternative to MSCOMCTL.ocx
    By vlc in forum Excel Help
    Replies: 7
    Last Post: 07-19-2013, 10:41 PM
  4. Replies: 14
    Last Post: 01-26-2013, 04:58 AM
  5. Passing a UDF as return type
    By Junoon in forum Excel Help
    Replies: 0
    Last Post: 05-05-2012, 05:26 PM

Posting Permissions

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