You can't do it with formatting. Go to the Tools menu, choose
Options, then the Error Checking tab. There, uncheck "Enable
background error checking".

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
Thanks, that got rid of the triangle but the data is still indented. How do I
remove the indentation?
> You can't do it with formatting. Go to the Tools menu, choose
> Options, then the Error Checking tab. There, uncheck "Enable
> background error checking".
>
> > How do I format cells to get rid of a green triangle in the
> > cell?
lk - 16 Jun 2006 17:41 GMT
Format > Cells, select the Alignment Tab, reset the "Indent" to zero.
> Thanks, that got rid of the triangle but the data is still indented. How do I
> remove the indentation?
[quoted text clipped - 5 lines]
> > > How do I format cells to get rid of a green triangle in the
> > > cell?
Chip Pearson - 16 Jun 2006 17:44 GMT
You can click the "Decrease Indent" button on the Formatting
toolbar, or you an use VBA
Sub AAA()
Selection.IndentLevel = 0
End Sub

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
> Thanks, that got rid of the triangle but the data is still
> indented. How do I
[quoted text clipped - 6 lines]
>> > How do I format cells to get rid of a green triangle in the
>> > cell?