UNICHAR code

gtd526

Well-known Member
Joined
Jul 30, 2013
Messages
696
Office Version
  1. 2019
Platform
  1. Windows
=IF(Q15>O15,UNICHAR(128314),UNICHAR(128315)),IF(Q15=O15,UNICHAR(61)) or
=IF(Q15>O15,UNICHAR(128314)),IF(Q15<O15,UNICHAR(128315)),IF(Q15=O15,UNICHAR(61))<o15,unichar(128315)),if(q15=o15,unichar(61))<o15,unichar(128315)),if(q15=o15,unichar(61))

I've tried these formulas for UNICHAR symbol depending on greater than, less than or equal to, but it doesn't work?????
I receive #VALUE !

Thank you!</o15,unichar(128315)),if(q15=o15,unichar(61))<o15,unichar(128315)),if(q15=o15,unichar(61))
 
Last edited:

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Welcome to the Board!

Note that you have not properly nested you IF formula. Your first one has both a TRUE and FALSE part right after it, so it would close/stop there:
=IF(Q15>O15,UNICHAR(128314),UNICHAR(128315))
If you want it "nested", you need another IF in either the TRUE of FALSE clause of this FIRST IF statement. Otherwise, it stops after the FALSE piece in your formula.

Also I see that you are having issues posting your formula. See this link here for the issue and resolution: https://www.mrexcel.com/forum/about-board/680917-formulas-not-appearing-completely-read.html

It might be best if you just describe your issue in plain English, telling us how it SHOULD work, and we can help you write it.
 
Last edited:
Upvote 0
Hi & welcome to MrExcel.
How about
=IF(Q15>O15,UNICHAR(128314),IF(Q15< O15,UNICHAR(128315),IF(Q15=O15,UNICHAR(61))))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,224,825
Messages
6,181,190
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top