Using Calc Create A Set of Iterations from a List
I have a given list of 3 items and would like to add 1more item to it and then iterate through with the combinations of the 3 + 1 , with only the “1” pushing the existing list around to accommodate its new position. I am not looking to try to solve for all combinations. I tried HLOOKUP/VLOOKUP but I’m stumbling on combining the two. I also tried some IF statements working off the Tag List/Positions (Column A and Row 9).
I feel that the lookup is the way to go to basically work off an x,y grid to then place the data from B4. I’ve attached an example sheet of what I’m thinking below. For this small data set I can do it manually let alone just setting everything =B4 etc as needed. But with a growing data set I’d like to have it flexible and able to adapt.
Any guidance will be greatly appreciated, thanks!
My desired outcomes is to take my starting list
1a
2a
3a
and add a single new value
1b
Is to have 1b placed into the 1st,2nd,3rd,4th,nth positions of a 1st,2nd,3rd,4th,nth list.
Example-Iterate New Item Into List.ods (15.1 KB)