Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAc432
Hi, thanks for a good challenge. I first created three dummy columns as per the rules then I created a macro to fill the rows using three multi row tools and then recreated the dummies. Looped this for 22 times to get the data and filtered the unwanted rows and columns
@AkimasaKajitani
Nice way of thinking. 😁
My solution!
Somebody know how to use just one multi line expression rather than 4, like calc all columns in one? Anyway, solution is simple, take the last row, which is the only relevant row, A is the sum of all, hence for further calc you just calc [row-1:A]*2. Then you calc the rest based on the last relevant row. Reattach the solution with the previous rows and voila, solution. I used an excel to read in the data.My Solution: