Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Arrow changing If statement

I'm trying to write an if statement that is contingent upon a number being
positive or negative and the outcome of a positive number will show an
autoshape arrow to the right or a negative number will show an autoshape
arrow to the left.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Arrow changing If statement

hi,
not sure if you can do it with autoshape but you can do it with symbles.
write your if formula like this.....
=if(A20,0,0)
yeah, i know. stupid looking but we're going to change it.
select the cell. don't lilke into the cell to edit.
on th menu bar.....insertsymble.
scroll down and find the up arrow. click insert. find the down arrow. click
insert.
on the formula bar the contents of the cell will look like this....
=IF(B20,0,0)–²–¼
if you press enter at this point, excel will freak out.
click into the formula(edit mode) after the close parentheses.
back space out the two zero living this....
=IF(B20,–²–¼
enclose the arrows in double quotes.
=IF(B20,"–²","–¼")
excel will diplay the arrows like a text character.
press enter.
done.

Regards
FSt1

"BBDavid1" wrote:

I'm trying to write an if statement that is contingent upon a number being
positive or negative and the outcome of a positive number will show an
autoshape arrow to the right or a negative number will show an autoshape
arrow to the left.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to insert a special character (arrow) in IF statement HA@Work Excel Worksheet Functions 4 April 4th 23 11:33 AM
Changing arrow color on the auto filter Bigbarthy Excel Discussion (Misc queries) 1 August 6th 07 10:57 PM
why dont shift+arrow or ctrl+arrow work in 2007 Naguib Excel Discussion (Misc queries) 1 July 24th 07 04:40 PM
If Then statement for changing Values Noncentz303 Excel Worksheet Functions 5 May 2nd 07 10:14 PM
changing filter arrow colors Tonka_Joe_Kiwi Excel Discussion (Misc queries) 0 November 19th 05 04:25 AM


All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"