Hi All,
I have this formula which calculates the % increase and decrease from previous week. I made it so that it would show everything in positive. how do i go about changing it, so that negative values show as negative?
=IF((B5>B6),""&TEXT((((B5-B6)/B5)*100),"#,0.00")&"%",""&TEXT((((B6-B5)/B5)*100),"#,0.00")&"%")
thanks a lot,
Claire
Bookmarks