View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
Carim Carim is offline
external usenet poster
 
Posts: 510
Default Conditional Formating - Currency

Hi,

Think it would be possible, provided the Currency format is applied ...
with Formula Is
=LEFT(CELL("format",A1),1)="C"

HTH
Cheers
Carim