I'm trying to determine whether or not an office is billing enough for their services so I've created a column that shows me the difference between what they've billed and what they are "allowed" to bill. However, I am missing some information, so, if the variance column is blank I want the formula to come back with "Unknown", but it's not, it's coming back with Exceeds. My formula is below. Am I doing something wrong? I'm feeling really stupid right about now.
=IF(CQ4>0,"Exceeds",IF(CQ4=0,"Equals",IF(CP4="","Unknown",IF(CQ4<0,"Below","Not Found"))))
Bookmarks