Suppose I have a Row State column in a data table. I add several rows of new data to the table. How do I get the criteria used to set up the Row State column to extend to the new rows?
What is the difference between "Add To Row States" and "Copy To Row States"? They seem to do the same thing to me.
If I highlight several cells in a Row State column and then try to right click, edit, copy, paste several cells, only one cell gets pasted. What am I missing?
If you want a Row State column to update automatically as new rows are added, you'll need to use the Formula Editor to create the row states. The Row State Functions will help you.
I'm attaching a version of Big Class that has a couple of Row State columns with formulas to show the technique.
Copy to Row States copies the row states from the column to the active row states. Replacing all existing, active row states.
Add To Row States doesn't replace any non-conflicting states. For example, as I've show in my example you could have one column for colors and another for markers. Add To Row States allows you combine these two.
Here's a video that shows it better than I can say it.
If you want a Row State column to update automatically as new rows are added, you'll need to use the Formula Editor to create the row states. The Row State Functions will help you.
I'm attaching a version of Big Class that has a couple of Row State columns with formulas to show the technique.
Copy to Row States copies the row states from the column to the active row states. Replacing all existing, active row states.
Add To Row States doesn't replace any non-conflicting states. For example, as I've show in my example you could have one column for colors and another for markers. Add To Row States allows you combine these two.
Here's a video that shows it better than I can say it.
Thanks for your help. However, I may have found an easier solution to my first question: Using a local data filter in the script saved to the data table allows me to add rows of data to the table and the new rows are subjected to the same criteria. Do you see any problem with this approach?