Workflow doesn´t work properly

Hello!

I need help with one workflow. I have the next columns with columns formulas:

Ocurrencias:

=COUNTIFS(FECHA:FECHA; FECHA@row; FECHA:FECHA; NOT(ISBLANK(@cell )))

Duplicados:

=IF(COUNTIF(FECHA:FECHA; FECHA@row) > 1; 1)

Rango:

=IFERROR(RANKEQ([Identificador de la fila]@row; COLLECT([Identificador de la fila]:[Identificador de la fila]; FECHA:FECHA; FECHA@row; DUPLICADOS:DUPLICADOS; 1)); ".")

Remover

=IF(RANGO@row > 1; "R")

The problem is when I run the workflow the entire sheet including the formulas are moved to the other sheet not just the rows with the "R" in the column "REMOVER".

Thank you!!!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!