View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pgarcia pgarcia is offline
external usenet poster
 
Posts: 304
Default Instead of the word "dropped" could I use an arrow?

In my spread sheet I would like to us a arrow to show if an amount dropped or
went up in amount. This is what I have for now:
=IF(D31E31,"Up","Dropped")
I would like to have a black arrow for up and a red one for dropped.
VB maybe?

Thanks