ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Display char 252 (https://www.excelbanter.com/excel-worksheet-functions/17421-display-char-252-a.html)

Pat

Display char 252
 

I am trying to get the following formula return CHAR252 if I77 contains a
number greater than 0.

=IF(ISNUMBER(I77)*(I770),"",CHAR(252))

Thank you if you can help.
Pat



JulieD

Hi Pat

syntax of an IF statement
=IF(Test,TRUE,False)

so
=IF(ISNUMBER(I77)*(I770),CHAR(252),"")

Should work for you
Cheers
JulieD


"Pat" wrote in message
...

I am trying to get the following formula return CHAR252 if I77 contains a
number greater than 0.

=IF(ISNUMBER(I77)*(I770),"",CHAR(252))

Thank you if you can help.
Pat





Bob Phillips

That works fine if I77 contains a number greater than 0, If not it returns
false, is that what you are trying to avoid?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Pat" wrote in message
...

I am trying to get the following formula return CHAR252 if I77 contains a
number greater than 0.

=IF(ISNUMBER(I77)*(I770),"",CHAR(252))

Thank you if you can help.
Pat






All times are GMT +1. The time now is 10:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com