![]() |
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 |
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