I’m new to SeaTable and am stuck with an issue I couldn’t find any information on.
Here is what I’m trying to do:
I have a base of items.
Items have a name, type and serial number. (columns)
I would like to color the serial number cell red under these conditions:
The serial number cell itself is empty
And the item is of type “xyz”.
I’m not able to do that right now because the “Color column cells” option of serial number doesn’t allow me to reference the type column.
There is a dropdown, but it has only one option - serial number.
I’ve solved that problem in my bases with an indicator column. The type would be a formula where you can define different cases and on that base you can colorize the formula column.