In a word formula, I want to be able to format the answer to 2 decimal places if a precondition is 1, and to 3 decimal places if the precondition is greater than one.
Here is what I tried-
{=if( a1 >1,d2/c2 # “0.000”,d2/c2 # “0.00”) }
I get the message-
Error! Too many picture switches defined.
So the equation is the same for both answers, I just want to define the number of decimals shown.
I’m guessing it must be something simple, but just can’t figure out how to do it.
Any help is greatly appreciated.