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.
Hello- I am looking for a way to make every row return the same value as the highest level of its hierarchy (usually just children and grandchildren). I want it to report the top row in a column. In this example, I want all of these rows to return the value "Top Line" in a column.
I am working on an attendance tracker that counts the points "Occurrence" someone "Employee Name" gets for missing work in a rolling 12 month span "Rolling 12 Months?". I am attempting to use a SUMIFS formula to create a running total "YTD" of the points someone has accumilated, using the criteria of their name, in the…
I have a sheet that contains practice-name, practice-seq,and coach-id. I have somehow added multiple exact duplicates. there are 8500 entries so its hard to find them….is there a report I can run to just show eact dups?