You need to prevent text in a shape from appearing upside down when the shape is rotated. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A.
From the Protection section, set the LockRotate cell to True.
B.
From the Text Transform section, in the TxtAngle cell, enter the formula =GRAVITY(Angle).
C.
From the Text Transform section, in the TxtAngle cell, enter the formula =GUARD(0).
D.
From the Text Transform section, in the TxtAngle cell, enter the formula =IF(BITXOR(FlipX, FlipY), Angle, -Angle).