is there a way to save a specific font in my chart templates...? everytime I pull up my template I have to change the font from 18 --> 11... i saved my template w the correct font but it still defaults to 18... pls advise...
thank you
After you save the Chart as a Template, go to Chart Tools - Design - Type group, Change Chart Type. In the left menu, select Template, then select your saved template. Then, down at the bottom, click the "Set as Default Chart" button. Now, the next time you create a chart, it will select this chart first, and your font formats will be used.
sorry... changed subjects without changing subject line...
is it possible to write an if statement using name manager...? Exceptions being the name of an array... i.e.
=if(E12=Exceptions,H12,G12)
sorry... changed subjects without changing subject line...
is it possible to write an if statement using name manager...? Exceptions being the name of an array... i.e.
=if(E12=Exceptions,H12,G12)
i receive an error if written =if(E12=Exceptions,H12,G12)
to not receive an error, i have to use =IF(OR(E12=E5,E12=E6,E12=E7,E12=E8),G12,H12)
Exceptions is my name for the array E5:E8