Is (24%) just something you enter and not the result of another formula? If Yes, try:
="After-Tax Balance " & TEXT(INDEX(AH:AH,MAX(IF(AH5:AH200="",FALSE,ROW(AH5 :AH200)))), "$#,##0")&" (24%)"
Array-entering not necessary.
(By the way - never use full column references in array formulas, that's really bad practice).
|