View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
brunzeg brunzeg is offline
external usenet poster
 
Posts: 1
Default Test on the format of a cell in a formula ?

I want to test on the format of a cell in my formula. Example : If the police
font of the cell(A4) is strikethrough then ...
Other example : If the cell color of the cell A4 is red then ...

=IF(????=[red??];true;false)