Hi there! I am tryinig to change values of s...

Hi there!

I am tryinig to change values of several columns deppending of the formula that I´m showing (the columns have the same formula with diferent condition triger), but I have a problem. I don´t know how to end with and Else condition, so each time that some of this triger hapens all the column become “”.

How can I solve this?

Eg. of a the formula: =IFS( DAY([Fhoy])=25,[Fhoy], DAY([Agregar_Falta])=25,[Agregar_Falta], [Quitar_Falta]=[_THIS],"", true,"" )

0 2 303
2 REPLIES 2

Maybe like… =IFS( DAY([Fhoy])=25,[Fhoy], DAY([Agregar_Falta])=25,[Agregar_Falta], [Quitar_Falta]=[_THIS],"")

@Aleksi_Alkio

Many thanks!

Ir works.

Top Labels in this Space