I have the following formula...
=IF(AND($M$11="X",$O$11="",$Q$11=""),IF($T$11="X","Normalized Earnings Before Interest and Taxes ","Unadjusted Earnings Before Interest and Taxes ")&$M$10,IF(AND($M$11="",$O$11="X",$Q$11=""),IF($T$11="X","Normalize ","Unadjusted ")&$O$10,IF(AND($M$11="",$O$11="",$Q$11="X")," "&$Q$12," EBIT, EBITDA or Other Method")))
when $T$11 contains an "X", the cell returns
Normalized Earnings Before Interest and Taxes EBIT <====(the EBIT comes from cell $M$10)
I want to put the term EBIT in parenthesis