View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
getmhawks
 
Posts: n/a
Default Trying to replace "false" in IF statement...


In this formula I cannot figure out how to keep "false" from coming up
when the statement is false. If it is not "OVERDUE", then I want the
cell to show nothing at all.

Here is the formula... =IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE",
""))

I did try this... =IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE", "NA"))
and it still came up "FALSE".

Everything works as far as I know but I don't want the row filled with
"false." Does anyone have any advice? Any help would be greatly
appreciated.

Andrew


--
getmhawks
------------------------------------------------------------------------
getmhawks's Profile: http://www.excelforum.com/member.php...o&userid=35242
View this thread: http://www.excelforum.com/showthread...hreadid=551139