Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #74: Build a Factorial Calculator

estherb47
15 - Aurora
15 - Aurora

On the same path as most here. Added a Record ID tool to protect the integrity of the order of numbers entered into the input (so that the numbers don't wind up in ascending order in the output.
Spoiler

スポイラ
image.png
Colgan
ACE Emeritus
ACE Emeritus

only difference in what I made is that I took the "last" rather than the "max" in the summarize tool since the running total calc is sorted.

lminors
コメット

Working my way back. Fancied a test on making macros but I feel I will be tested much more in future. Nice simple problem though. Cheers!

スポイラ
WC74.PNG
MsBindy
アステロイド

Phew!  This turned out to be easier than I thought it would.

 

jamielaird
マグネター

Here's my solution:

 

スポイラ
challenge_74.png
Edwin_dup_98
アトム

I used R-tool to solve this. 

data_rachel
アステロイド

My solution - looks fairly standard, but I added a few bells and whistles after seeing what others had done (it's my first time)!

 

スポイラ
Spoiler

challenge_74.png

nick_ceneviva
ボリード

Solution is attached.  Was looking forward to seeing how everyone tackled this one but it looks like I took the same approach as most people.

samjohnson
メテオール

I took a very similar approach using the Generate Rows tool as a number of others, though my use of the tool was slightly different.

dominiklz
アステロイド
スポイラ
74.PNG

first attempt at using macros, seem to have chosen a similar path to most here