View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill R Bill R is offline
external usenet poster
 
Posts: 22
Default ISBLANK FUNCTION

I am using ISBLANK in a formula and it keeps returning "false" when it should
be returning "true", because (SHEET1!CD15) is blank. What could be causing
this problem?

This is my formula: =IF(ISBLANK(Sheet1!CD15),"",Sheet1!BU6)

Thanks, Bill