excel tells me there is an error with my if statement then changes the false value at the end of the formula with 3 quotations (""") this causes the cells to have the word false when the option isn't picked
here is the statement
it then gives me an error and auto corrects the """ at the end of the formula
how can i correct this?
here is the statement
=IF(AND(E57="BRANCH PAYS ADDITIONAL FEES:",G54<0),"ADDITIONAL FCT FEES $"&TEXT(G60,"0.00")&" CHARGED TO BRANCH & SWITCH IN PROMO CHARGED FOR FCT FEES & DISCHARGE FEES",IF(E57="branch pays additional fees:","ADDITIONAL FCT FEES $"&TEXT(G60,"0.00")&" CHARGED TO BRANCH",IF(AND(E57="DEBIT ADDITIONAL FEES:",G54<0),"ADDITIONAL FCT FEES $"&TEXT(G60,"0.00")&" DEBITED FROM CLIENTS ACCOUNT & SWITCH IN PROMO CHARGED FOR FCT FEES & DISCHARGE FEES",IF(E57="DEBIT ADDITIONAL FEES:","CLIENTS ACCOUNT DEBITED ADDITIONAL FCT FEES $"&TEXT(G60,"0.00")&",""))))
it then gives me an error and auto corrects the """ at the end of the formula
how can i correct this?