P
Pebbs
How can I format the following so the output will be % vs. currency?
=IIf(([Method])="Percent",([Percent]),IIf(([Method])="Amount",([Amount]),''))
=IIf(([Method])="Percent",([Percent]),IIf(([Method])="Amount",([Amount]),''))