Problema para editar

Hello group, I have a code in valid_if so that it does not allow me to generate duplicate values.

The problem is that when editing it does not allow me to save precisely because it is already registered, what can I do to edit it? and without losing the valid_if

Solved Solved
0 2 133
1 ACCEPTED SOLUTION

Que tal Diego,

Puedes usar algo como esto para lo que necesitas.

ISBLANK(  FILTER(    "Customers",    
     ([_THIS] = [Customer Name])  )  
     - LIST([_THISROW])
)

View solution in original post

2 REPLIES 2

Que tal Diego,

Puedes usar algo como esto para lo que necesitas.

ISBLANK(  FILTER(    "Customers",    
     ([_THIS] = [Customer Name])  )  
     - LIST([_THISROW])
)

super muchisisimas gracias ese fue el correcto

Top Labels in this Space