ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Adding A Not(IsBlank) To IF Statement(help) (https://www.excelbanter.com/excel-worksheet-functions/93584-adding-not-isblank-if-statement-help.html)

getmhawks

Adding A Not(IsBlank) To IF Statement(help)
 

I want to add something to this formula that makes the statement false
if there is nothing in cell C12. How would I add a not(isblank(C12))
statement to this or is there a better way. Thanks!

=IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE",""), "")


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


Don Guillett

Adding A Not(IsBlank) To IF Statement(help)
 
to be SURE, you may want this. Touching the space bar can ruin your life
=IF(OR(E5="",E5=" "),"",yourformula)

--
Don Guillett
SalesAid Software

"getmhawks" wrote
in message ...

I want to add something to this formula that makes the statement false
if there is nothing in cell C12. How would I add a not(isblank(C12))
statement to this or is there a better way. Thanks!

=IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE",""), "")


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




Biff

Adding A Not(IsBlank) To IF Statement(help)
 
add something to this formula that makes the statement false
if there is nothing in cell C12


For which branch?

=IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE",""), "")


Could be better expressed as:

=IF(AND(TODAY()-B1230,ISBLANK(I12)),"OVERDUE","")

Biff

getmhawks" wrote in
message ...

I want to add something to this formula that makes the statement false
if there is nothing in cell C12. How would I add a not(isblank(C12))
statement to this or is there a better way. Thanks!

=IF(TODAY()-B1230,IF(ISBLANK(I12),"OVERDUE",""), "")


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





All times are GMT +1. The time now is 11:58 PM.

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