Sign in to join the conversation:
Is it possible to change the value of a certain cell using code in another cell.
I would imagine it looking similar to this format..
IF(column@row=X, different_cell=XX, different_cell=XXX)
Hi Logan,
Yes, it's possible! How would you like to use it?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
In the end I would like to have a function that tests "if" [column1]@row=1 then [columnX]@row=[columnX]@row-1
Testing if a condition is true, if it is then assigning the value of a cell to be the value of the cell directly above it.
BUT because of how I am gathering the data in forms, this formula cannot be put in the cell that is getting changed, it needs to be in a different cell or if there is some kind of script function I could run..
Ok.
You would need to add at least one so-called helper column, and if I understand your need correct, you won't need to script anything to make it work.
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
i have a spin off of the same question.
column 1=date , column 2=mods number, 3=helper.
Helper= =IF(mods522 = "", "mods empty", IF(date522 <> "", "date empty T", TODAY())).
then i was trying to today's date in Date column from this cell.
i tryied workflow to do this but they did not like it because you had to save and refresh (sometimes twice).
is this possiable?
@Stephen Hindes
I've answered your new post.
Is there a trick to creating a column of unique values for each row that will not change after it is created? I cannot use Auto-ID because the row then gets copied to another sheet that utilizes Auto-ID and Smartsheet limits that. I'm stuck and ChatGPT keeps making recommendations that don't work.
I have a sheet that has all of our orders on it. I have other sheets "Gantt" for each machine. I want each machine sheet to auto populate every order that is assigned to it, when an order gets assigned to the machine. I don't want to set an automation to copy the row from the orders sheet to the machine sheet because I…
Hi Community Facing a problem many others have posted about, but haven't seen a solution yet and wondered if it had been solved. I want to be able to add a row on a resource sheet for each project resource once a project has been set to 'X' on a Projects sheet. I have tried through automations but the daisy-chain limit…