Hello fellow Monday pros!
I need your help. I’m trying to write a nested If statement using General Caster so that I can populate a text column in my board.
The Purpose
To auto fill a text column with the dates a person was absent from training ONLY if their attendance column (status) is Absent.
The Formula
IF({9/25}=“Absent”,1,0)+IF({9/26}=“Absent”,1,0)+IF({9/27}=“Absent”,1,0)+IF({9/28}=“Absent”,1,0)+IF({9/29}=“Absent”,1,0)+IF({10/2}=“Absent”,1,0)+IF({10/3}=“Absent”,1,0)+IF({10/4}=“Absent”,1,0)+IF({10/5}=“Absent”,1,0)+IF({10/6}=“Absent”,1,0)+IF({10/9}=“Absent”,1,0)+IF({10/10}=“Absent”,1,0)+IF({10/11}=“Absent”,1,0)+IF({10/12}=“Absent”,1,0)+IF({10/13}=“Absent”,1,0)
What ‘should’ happen
When selecting ‘Absent’ from any of the status columns, it should fill in the text column with the date they were absent.
(Example:)
The problem
Although it works on the Formula column of my board, it does not work in the General Caster recipe.
The recipe I’m using is: