Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAIs there a way to include the summarize max function into the macro itself so it outputs only the final maximum number? I have failed to figure out how to do that and just put the summarize after the macro separately.
Ended up nesting some things.
Outer macro contains a batch macro which contains the iterative macro.
Fun challenge. I need more practice with iterative macros.
The solution file should include an update to the formula for the case when n=1, otherwise the steps are 3 right? Technically 0 steps, but maybe 1?
My solution - nice challenge