Is it possible to format only cells that specifically read $0.00? Every time
I try all the blank cells and cells reading 0 also change.
Is it possible to format only cells that specifically read $0.00? Every time
I try all the blank cells and cells reading 0 also change.
You could try something like
=AND(A1=0,A1<>"",LEFT(CELL("format",A1),1)="C")
however it's not very reliable
--
Regards,
Peo Sjoblom
http://nwexcelsolutions.com
"Jkalsch" <Jkalsch@discussions.microsoft.com> wrote in message
news:D06C8A54-3632-4D94-939C-562CAD5BC67C@microsoft.com...
> Is it possible to format only cells that specifically read $0.00? Every
> time
> I try all the blank cells and cells reading 0 also change.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks