Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ew ew is offline
external usenet poster
 
Posts: 27
Default Conditional Formating ?

So I don't know if I'm in the right group for this type of question. I want
to make a cell give an arrow up symbol when the ref cell is a positive and
arrow down symbol when that same cell is a negative? I already have the
symbol as Wingding3:
Up arrow: Ç
Down arrow: È

Any help in the matter would be great!
Thanks in advance



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Conditional Formating ?

You can't do it with conditional formatting. Instead, just use a
formula:

=IF(A1<=0,È,Ç)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"EW" wrote in message
...
So I don't know if I'm in the right group for this type of
question. I want
to make a cell give an arrow up symbol when the ref cell is a
positive and
arrow down symbol when that same cell is a negative? I already
have the
symbol as Wingding3:
Up arrow: Ç
Down arrow: È

Any help in the matter would be great!
Thanks in advance





  #3   Report Post  
Posted to microsoft.public.excel.programming
ew ew is offline
external usenet poster
 
Posts: 27
Default Conditional Formating ?

That did the trick, thanks!

"Chip Pearson" wrote:

You can't do it with conditional formatting. Instead, just use a
formula:

=IF(A1<=0,È,Ç)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"EW" wrote in message
...
So I don't know if I'm in the right group for this type of
question. I want
to make a cell give an arrow up symbol when the ref cell is a
positive and
arrow down symbol when that same cell is a negative? I already
have the
symbol as Wingding3:
Up arrow: Ç
Down arrow: È

Any help in the matter would be great!
Thanks in advance






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Conditional Formating ?

EW wrote:
So I don't know if I'm in the right group for this type of question. I want
to make a cell give an arrow up symbol when the ref cell is a positive and
arrow down symbol when that same cell is a negative? I already have the
symbol as Wingding3:
Up arrow: Ç
Down arrow: È

Any help in the matter would be great!
Thanks in advance


Hi,
Is this what you mean?...

=IF(B1<0,"i",IF(B10,"h","")) in A1 referencing the value in B1 with A1
Font Windings3 you get a thin down arrow when B1 is <0, a thin up arrow
when B1 is 0 and a blankcell when B1 =0

Ken Johnson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Conditional Formating ?

As formula you could use =A1 (the cell you want to refer to) and then
set a custom cell format (format-cell-custom) to \Ç;\È;



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Conditional Formating ?

for an up arrow symbol use Alt 24 †‘ and the down arrow is Alt 25 †“
ie. hold down your Alt key and type 24 on your number key pad (do not use
the numbers above the letters on your keyboard as this will not work)
formula would be =if(cellref0,"†‘","†“")


"lexcel" wrote:

As formula you could use =A1 (the cell you want to refer to) and then
set a custom cell format (format-cell-custom) to \Ç;\È;


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
#N/A Conditional Formating Hardeep kanwar Excel Discussion (Misc queries) 2 April 27th 09 10:05 AM
#N/A Conditional Formating Hardeep kanwar Excel Discussion (Misc queries) 8 April 26th 09 06:54 PM
Conditional formating Ryan Excel Discussion (Misc queries) 3 August 20th 08 08:17 PM
Conditional formating Yogin Excel Discussion (Misc queries) 2 July 28th 08 06:14 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM


All times are GMT +1. The time now is 01:24 PM.

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

About Us

"It's about Microsoft Excel"