Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JB in Kansas
 
Posts: n/a
Default Using a Symbol in a formula.

I want to display a symbol in a cell, the symbol displayed depends on the
cell next to it being a positive number or negative number. I would like to
have this in the form of a IF(A10,TRUE,FALSE) where different symbols would
appear for true and false.

Any one have a way to do this?
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

First, find the ASCII character code for the symbol you wish to
display. Then use a formula like

=IF(A10,CHAR(mmm),CHAR(nnn))



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


"JB in Kansas" wrote in
message
...
I want to display a symbol in a cell, the symbol displayed
depends on the
cell next to it being a positive number or negative number. I
would like to
have this in the form of a IF(A10,TRUE,FALSE) where different
symbols would
appear for true and false.

Any one have a way to do this?



  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

You can return various characters and then change the font to get a symbol.
For example, in B1 you can use:

=IF(A10,CHAR(164),CHAR(209))

Format B1 as Webdings. You'll get a clipboard or key. To see the entire
character map in different fonts, type this into row 1 of any cell:

=CHAR(ROW())

and fill down to row 252. Now try different fonts on the column like
Webdings, Wingdings, Marlett, etc.

HTH
Jason
Atlanta, GA


"JB in Kansas" wrote:

I want to display a symbol in a cell, the symbol displayed depends on the
cell next to it being a positive number or negative number. I would like to
have this in the form of a IF(A10,TRUE,FALSE) where different symbols would
appear for true and false.

Any one have a way to do this?

  #4   Report Post  
JB in Kansas
 
Posts: n/a
Default

Jason and Chip, Thanks a bunch, I think I got it.

"JB in Kansas" wrote:

I want to display a symbol in a cell, the symbol displayed depends on the
cell next to it being a positive number or negative number. I would like to
have this in the form of a IF(A10,TRUE,FALSE) where different symbols would
appear for true and false.

Any one have a way to do this?

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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
how do I display "meter square" symbol in a formula cell ? lau Excel Worksheet Functions 2 January 28th 05 08:19 PM


All times are GMT +1. The time now is 05:02 AM.

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"