Hi, guys. I can't seem to get the last if statement right. Please help! How do I reference negative value as a part of the if statement? Here's the formula I am working on:
Code:
=IF(AR4<=5,"<=5 days",IF(AR4<=10,"6-10 days",IF(AR4>10,">10 days",IF(AR4<=0,"Post-factum"))))