ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   problem with formula (https://www.excelbanter.com/excel-programming/326945-problem-formula.html)

Bert via OfficeKB.com

problem with formula
 
I have tried to enter this formula and keep getting an error message.

if I19 =45,"y","n" or if I19 =0 then "NA".

No Matter how I enter this formula, I get an error message. Please help.
Thank you.

--
Message posted via http://www.officekb.com

TroyW[_2_]

problem with formula
 
=IF(I19=0,"NA",IF(I19=45,"y","n"))

Troy

"Bert via OfficeKB.com" wrote in message
...
I have tried to enter this formula and keep getting an error message.

if I19 =45,"y","n" or if I19 =0 then "NA".

No Matter how I enter this formula, I get an error message. Please help.
Thank you.

--
Message posted via http://www.officekb.com




Jim Thomlinson[_3_]

problem with formula
 
Try...

=IF(I19=0,"NA",IF(I19=45, "y", "n"))

HTH

"Bert via OfficeKB.com" wrote:

I have tried to enter this formula and keep getting an error message.

if I19 =45,"y","n" or if I19 =0 then "NA".

No Matter how I enter this formula, I get an error message. Please help.
Thank you.

--
Message posted via http://www.officekb.com



All times are GMT +1. The time now is 06:13 AM.

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