vharquiteto
New Member
I have a 2D dynamic array done that perfect align the data set between two axes, DATES and OC (thats like serial number), and in the intersection of them, the STATUS of that instance/OC at that DATE; But when there is no change on the STATUS there is all those blank cells i need to take out!
Solved non-dynamically by brute forcing this in all lines:
=IF(BF3<>"";FILTER(CHOOSEROWS($BG$3#;BE3);CHOOSEROWS($BG$3#;BE3)<>"");"")
but i am having huge performance issues, probably because of the number of repeating operations alone!
Also need to solve it with a single formula that can be expanded when data becomes bigger...
I know there is some way of doing this by using MAP() or BYROW() functions, but i am really knew to LAMBDA() functions right now to solve it by myself... (triyed solving for hole two days with no success!, all i got was #CALC and #VALUE errors all day) i don´t even know if this is the correct way to do it, its just a feeling, but i am too young in excel to figure this out w/o your help!
Solved non-dynamically by brute forcing this in all lines:
=IF(BF3<>"";FILTER(CHOOSEROWS($BG$3#;BE3);CHOOSEROWS($BG$3#;BE3)<>"");"")
but i am having huge performance issues, probably because of the number of repeating operations alone!
Also need to solve it with a single formula that can be expanded when data becomes bigger...
I know there is some way of doing this by using MAP() or BYROW() functions, but i am really knew to LAMBDA() functions right now to solve it by myself... (triyed solving for hole two days with no success!, all i got was #CALC and #VALUE errors all day) i don´t even know if this is the correct way to do it, its just a feeling, but i am too young in excel to figure this out w/o your help!