
I tried the following:
IF(AGE > SLA + 10,1,0)
IF(AGE - SLA > 10,1,0)
Any ideas?
3 respostas
Thanks Sunil - Screenshot here.
The forumula seems to take? But doesn't look like the If True = 1, If Fallse = 0 is working. Example is the first row. Age is greater than SLA + 10. Any ideas why it wouldn't be showing as 1 in my summary formula column?