Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #108: HeLa Cell Multiplication

KMiller
8 - Asteroid

Solution attached, an iterative macro.

Spoiler
09-10-2019 08-41-41.png09-10-2019 08-41-59.png

 

dsmdavid
11 - Bolide

Can finally attach files, although cannot edit my previous reply

RoDO
8 - Asteroid

My solution

 

Spoiler
challenge_108_RODO_Solution.png
SueDonim
8 - Asteroid

HeLa Cool!

 

My solution wasn't though.  Quite clunky but I got there

 

Spoiler
Process
- Change data type of HeLa Cell Count to Int32
- Generate a bunch of rows (I chose 50 for some flexibility - though I knew I only needed 14 splits)
- Calculate Max Cells (30 * 400,000)
- Calculate date/time for each cell split
- Calculate number of cells after each split
- Calculate start date/time for each cell split
- Set flag for when number of cells exceeds the max cell count
- Filter out those iterations where cell count is less than max cell count
- Choose first instance where cell count exceeds max cell count

If I shifted some of these tools around I could reduce a couple of steps and/or number of tools....


MySolution.PNG
brudnicki
7 - Meteor

My solution without Macros

JamesCameron
8 - Asteroid

My Effort - which is pretty much the same as most of the non iterative macro solutions!

 

Spoiler
JamesCameron_0-1577972457130.png

 

rmassambane
10 - Fireball
 
danicahui
8 - Asteroid
Spoiler
Challenge 108 2020-01-21.jpg
ponraj
13 - Pulsar

here is my solution 

 

Spoiler
Capture.PNG
mbogusz
9 - Comet
Spoiler
2020-01-27 08_30_07-Greenshot.png