Is there a way to customize this error notice?
If you put a โstringโ then that value will ALWAYS show, regardless of the real reason the value is invalid.
So make sure if there is more than one reason, that you use an expression to test the input and show the right error.
IFS(
CONDITION1, โError 1โ,
CONDITION2, โError 2โ,
TRUE, โOther Errorโ)
Thanks @GreenFlux for the tip. How would I structure it to detect a โrow already thereโ error?
You have to get the list of keys for all other rows, and make sure the current key is not in that list.
If it is, that would be one of the conditions in the Valid_If_Error formula:
CONDITION1, โError: Value already in useโ
Great. Thanks. Iโll try it outโฆ
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |