Hello,
I am trying to add an extra condition into my formula but I can’t make it work.
So far, what I have is this:
=IF(C28=B11,1, IF(C28=B11-1,1, IF(C28=B11-2,1, IF(C28=B11-3,1, IF(C28=B11-4,1, IF(C28=B11-5,1,0))))))
Which is basically saying, if C28 is equal to or less than B11 by up...