Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() 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 |
#2
![]() |
|||
|
|||
![]()
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 |
#3
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why won't my conditional formatting display in the cell | Excel Discussion (Misc queries) | |||
Conditional display of a .jpeg file? | Excel Discussion (Misc queries) | |||
Data Filter - Not all rows in spreadsheet will display in Autofilt | Excel Worksheet Functions | |||
how to display heading of column corresponding to the cell | Excel Worksheet Functions | |||
Combine & Display “Fixed” & “Automatically Updated” Date Parts | Excel Worksheet Functions |