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

Hi Again everyone.

Ok another problem I am now having.

I have the following formula in column H

=IF(ISNA(VLOOKUP(TRIM(A135),'Current running April
2010'!$1:$65536,1,FALSE)),"",VLOOKUP(TRIM(A135),'C urrent running April
2010'!$1:$65536,1,FALSE))

In Column I simply want to say

=IF(ISBLANK(h9),"","yes")

But it's returning yes even if the cell is blank.

Any ideas?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default IF formula help

ISBLANK() validates only truly blank cells and not the ones having formulas....

=IF(H9="","","yes")

--
Jacob (MVP - Excel)


"Mark D" wrote:

Hi Again everyone.

Ok another problem I am now having.

I have the following formula in column H

=IF(ISNA(VLOOKUP(TRIM(A135),'Current running April
2010'!$1:$65536,1,FALSE)),"",VLOOKUP(TRIM(A135),'C urrent running April
2010'!$1:$65536,1,FALSE))

In Column I simply want to say

=IF(ISBLANK(h9),"","yes")

But it's returning yes even if the cell is blank.

Any ideas?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default IF formula help

Because the H9 cell is not a blank cell and it will be having any formula on
it.

Try this€¦

=IF(LEN(H9)=0,"","Yes")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Mark D" wrote:

Hi Again everyone.

Ok another problem I am now having.

I have the following formula in column H

=IF(ISNA(VLOOKUP(TRIM(A135),'Current running April
2010'!$1:$65536,1,FALSE)),"",VLOOKUP(TRIM(A135),'C urrent running April
2010'!$1:$65536,1,FALSE))

In Column I simply want to say

=IF(ISBLANK(h9),"","yes")

But it's returning yes even if the cell is blank.

Any ideas?

Thanks

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 07:52 PM.

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

About Us

"It's about Microsoft Excel"