Hi all,
I am trying to modify something I made 3 years ago and can’t figure it out! Ha!
I want a third column that has values based on the formula the student wrote. Here is the lesson:
TY
Hi all,
I am trying to modify something I made 3 years ago and can’t figure it out! Ha!
I want a third column that has values based on the formula the student wrote. Here is the lesson:
TY
Hey @Jeff_Holcomb! Just want to make sure that you’re talking about this table on the left of each screen.
Maybe use simpleFunction
? I think Jeff already does though.
Maybe we make a list.map((e) => func.evaluateAt(e))
then do something like cellContent(3,1) etc: list
Yep. I want a new column to the right of the one they fill that will be populated with the values from the function they write. TY for being interested!