Create Column with Values Based Off Existence of Other Rows & Logic
Hello anyone, I am trying to create a formula or script that will set a certain value ("Good", "Bad", or "N/A") for each row based off if there is another row in the table with values matching logic that uses the current row as an input. I have a script that does just this by using nested For loops when using a small subset of the full datatable. However, with the full datatable I am trying to use...