Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to change text size using a expresiion in the 'text format' of a expresion:
=IF(sum(ventas)>1000,'<H10>')
The expression works when I change to bold, then th condition is OK wiritten
=IF(sum(ventas)>1000,'<B>')
What is wrong in my expresion??
Thanks
you cannot change the size of the font but you can change it to bold
instead try changing color of the font or background color for that expression
lik
=IF(sum(ventas)>1000,Red(),Green())
you want to write macro for this
Hi Juan,
You can apply "Bold", "Underline", "Italic", however you can't change the size of the font through expression. I'm not very sure whether any script can override this.
let me explore and will let you know.
HTH,
Sreeni
The format can only be <B>, <I>, <U> or combinations of these.