ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Balnk cells (https://www.excelbanter.com/excel-worksheet-functions/204828-balnk-cells.html)

[email protected]

Balnk cells
 
Hi
Any help
I have a cell resulting from an IF function, the result is either a
number or blank (“”).
I want to write If function in the next cell for
IF(AND(0AE11<=3);"pass";IF(AE11=0;"notpas";"fine" )), this work when
number is in the cell, I want another condition that if the cell is
blank (“”), the result will be “notpass”, is there anyway to recognize
the (“”).
Thanks in advance
Jam

Don Guillett

Balnk cells
 
To make sure
=if(len(trim(ae11))<1,"really blank","someone touched the space bar")

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

wrote in message
...
Hi
Any help
I have a cell resulting from an IF function, the result is either a
number or blank (“”).
I want to write If function in the next cell for
IF(AND(0AE11<=3);"pass";IF(AE11=0;"notpas";"fine" )), this work when
number is in the cell, I want another condition that if the cell is
blank (“”), the result will be “notpass”, is there anyway to recognize
the (“”).
Thanks in advance
Jam


muddan madhu

Balnk cells
 
try this

=IF(AND(AE110,AE11<=3),"pass",IF(OR(AE11="",AE11= 0),"notpas","fine"))





On Oct 2, 7:09*pm, wrote:
Hi
Any help
I have a cell resulting from an IF function, the result is either a
number or blank (“”).
I want to write If function in the next cell for
IF(AND(0AE11<=3);"pass";IF(AE11=0;"notpas";"fine" )), this work when
number is in the cell, I want another condition that if the cell is
blank (“”), the result will be “notpass”, is there anyway to recognize
the (“”).
Thanks in advance
Jam




All times are GMT +1. The time now is 03:58 AM.

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