Colene Merrilda : > Can anyone let me know how to change the font weight of a text in a Table - > Cell in Open Document Template based on a condition. > Basically i want the Cell value to be bold when the cell content starts with > 'C#'
I've not used conditional formatting in OOo before today, but it looks to me like you can't just specify a single formatting element like you can in Excel, you have to apply a complete style so all the font, alignment, etc. properties get set, although the style can be "based on" a basic style and should change with it. This is how you do the condition, though: Select "Formula is", and enter this: LEFT(A1;2)="C#" where A1 is the current cell. Phil Hibbs. -- Don't you just hate self-referential sigs? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
