Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula problem Gary Excel Discussion (Misc queries) 4 October 29th 08 01:36 PM
Formula Problem Secret Squirrel Excel Discussion (Misc queries) 3 August 3rd 07 02:14 AM
Problem with formula Nleric Excel Discussion (Misc queries) 7 January 4th 07 03:35 PM
Formula Problem the-jackal New Users to Excel 2 October 5th 06 09:27 PM
Problem with formula in VBA nagar Excel Programming 1 November 15th 03 10:23 PM


All times are GMT +1. The time now is 03:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"