jhren's formual will return FALSE if D12 does not equal "highest monthly interest"

Also, remove the "" around the 0 if you want to return 0 the number instaed of "0" the text

Try

=IF(AND(D12="highest monthly interest",E22=MAX($E$22:$X$22)),$C$19+$Z$25,0)