ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Amend formula to include addition condition (https://www.excelbanter.com/excel-worksheet-functions/17934-amend-formula-include-addition-condition.html)

Pat

Amend formula to include addition condition
 

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")

The above formula works fine only I need it to return CHAR(251) if the
result is FALSE
The following is an attempt at doing this but is not correct.

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")*OR(IF(IS NUMBER(I146)*(I1460),CHAR(251),""))

Thank you for helping.
Pat



JulieD

Hi Pat

=IF(ISNUMBER(I146)*(I1460),CHAR(252),CHAR(251))

Cheers
JulieD

"Pat" wrote in message
...

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")

The above formula works fine only I need it to return CHAR(251) if the
result is FALSE
The following is an attempt at doing this but is not correct.

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")*OR(IF(IS NUMBER(I146)*(I1460),CHAR(251),""))

Thank you for helping.
Pat





All times are GMT +1. The time now is 06:52 PM.

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