Hello. How could I modify the following formula to return "million WORSE" when the value is negative. Right now it's returning "million BETTER" regardless if the value is positive or negative. Thanks.
="Home Warranty reported a "&TEXT(H196,"$0.0")&" million pre-tax profit for "&TEXT(newPnLdate,"Mmmm yyyy")&" which is "&IF(ROUND(Q196,1)=0,"flat to last ",TEXT(Q196,"$0.0")&" million better than last ")&TEXT(newPnLdate,"Mmmm")&" and "&TEXT(L196,"$0.0")&" million better than the "&whichfcstnewPnL&" forecast. "
Bookmarks