View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scoops Scoops is offline
external usenet poster
 
Posts: 108
Default how to insert a special character (arrow) in IF statement

On 2 Jul, 17:02, HA@Work wrote:
How do I use arrows in my IF statement? Insead of "Improvement" in the
formula below, I want to show an arrow pointing upwards and instead of
"Regression" I want to show an arrow that points downward.
=IF(D9C9,"Improvement","Regression").


Hi HA

Try:

=IF(D9C9,"","á") and set the cell font to Wingdings

Regards

Steve