Basically the formula (shown below) does what I need it to do, except that I want to add that the function only calculates when a claim is in a Completed Status (Column F) AND when there is a Date Billed present (Column H). I was going to attach a copy of the file but didn't see an option to do so.
=IF(C2="50% / 50%",90, IF(C2=1,180,""))
Bookmarks