#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default formula help

=IF(A1=0,"",IF(B1D1,"NAUR",IF(B1C1,"DENIED","")) )

This formula has been working fine, but for some unknown reason the formula
was not working corrrectly yesterday. my question is will this formula
always read b1d1 first than reading B1c1? Because in some cases b1 will be
always than both c1 and d1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default formula help

Yes, if B1D1, then "NAUR" will be returned, and the comparison between
B1 & C1 won't be performed.

If you want "DENIED" returned if B1C1 and B1D1, switch the order of
the comparisons.

In article ,
Frances C wrote:

=IF(A1=0,"",IF(B1D1,"NAUR",IF(B1C1,"DENIED","")) )

This formula has been working fine, but for some unknown reason the formula
was not working corrrectly yesterday. my question is will this formula
always read b1d1 first than reading B1c1? Because in some cases b1 will be
always than both c1 and d1

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



All times are GMT +1. The time now is 08:35 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"