Thread: ISBLANK()
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default ISBLANK()

You might try the cleaner:

=NOT(ISBLANK(A1))

HTH,
Paul

"kw_uh97" wrote in message
...
Was able to wrap a IF() function around the ISBLANK() to get what I wanted
with the results.

Here is the statement in case anyone needs the help.

=IF(ISBLANK(A1)=FALSE, TRUE, FALSE)

Sorry to bother Everyone.
Thanks

"kw_uh97" wrote:

Hi, Everyone, I am not sure if I am double posting so I apologize before
hand
if so.

This shoud be very easy, I am using the ISBLANK() function but I want the
results to be TRUE if there are values within the cell and if there are
NOT
values in the cell return FALSE. So I would like it to return just the
opposite.

Thanks In Advance For your Assistance.